.b {
	font-weight: bold;
}
body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:  #fffcea;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 2;
	border-bottom-color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #b4e2f7;
	text-decoration: none;
}

a:hover {
    color: #faefc3;
	text-decoration: none;
}
.titles {
	font-size: 18px;
	color: #024834;
	font-weight: bold;
	text-decoration: none;

}
.titles2 {
	font-size: 16px;
	color: #058047;
	font-weight: bold;
	text-decoration: none;
}
.titles3{
	font-size: 24px;
	color: #058047;
	font-weight: bold;
	text-decoration: none;
}
/*************FEATURED PRODUCTS AREA*****************/
#FeaturedProduct {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fdfbd3;
	padding-left: 4px;
	padding-bottom: 4px;
}
#FeaturedProduct a {
	font-size: 12px;
	color: #fffcea;
	text-decoration: none;
}
#FeaturedProduct a:link,#FeaturedProduct a:visited{
    color: #b4e2f7; /* types regular color */
    text-decoration: none;
}
#FeaturedProduct a:hover{
   color: #faefc3;
   text-decoration: none; /*rollover color */
}
/************** END FEATURED PRODUCTS AREA *******************/

/************* PRODUCTS AREA*****************/
.products {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fdfbd3;
	padding-left: 5px;
	padding-right: 3px;
}
.products a {
	font-size: 12px;
	color: #fffcea;
	text-decoration: none;
}
.products a:link, .products a:visited{
    color: #b4e2f7; /* types regular color */
    text-decoration: none;
}
.products a:hover{
   color: #faefc3;
   text-decoration: none; /*rollover color */
}
/************** END FEATURED PRODUCTS AREA *******************/

/*************MAIN AREA*****************/
#mainarea {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fbf6a6;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mainarea a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#mainarea a:link, #mainarea a:visited{
    color: #32778D; /* types regular color */
    text-decoration: none;
}
#mainarea a:hover{
   color: #53875F;
   text-decoration: none; /*rollover color */
}
/************** END MAIN AREA *******************/
  
/*************FOOTER NAVIGATION*****************/
.footer {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CFDBE7;
	background-color: #024834;
	text-align: center;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
  }
.footer a {
    font-size: 11px;
	color: #CFDBE7;
	text-decoration: none;
}
.footer a:link, .footer a:visited{
    font-size: 11px;
    color: #CFDBE7; /* types regular color */
    text-decoration: none;
}
.footer a:hover{
   color: #ffffff; /*rollover color */
}

/*************END FOOTER NAVIGATION*****************/

