/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: underline; color: #3E7221; }
			.a1       { text-decoration: underline; color: #3E7221; } 
			.a1:hover { text-decoration: underline; color: #00567A; }
			
			.b1:link  { text-decoration: none; color: #00567A; }
			.b1       { text-decoration: none; color: #00567A; } 
			.b1:hover { text-decoration: underline; color: #53A3B8; }
			
			.c1:link  { text-decoration: underline; color: #FFFFFF; }
			.c1       { text-decoration: underline; color: #FFFFFF; } 
			.c1:hover { text-decoration: underline; color: #00567A; }
			
			
			
.body {
	font: 13px arial;
	color: #000000;
} 

.body_featured {
	font: 12px arial;
	color: #00567A;
} 

.cost {
	font: 12px arial;
	color: #000000;
} 

.white_side {
	font: 11px arial;
	color: #FFFFFF;
} 

.body_title {
	font: 14px arial;
	color: #000000;
	font-weight: bold;
}  

.featured_title {
	font: 14px arial;
	color: #00567A;
	font-weight: bold;
}  

.product_title {
	font: 14px arial;
	color: #3E7221;
	font-weight: bold;
}  

.product_cata {
	font: 13px arial;
	color: #3E7221;
	font-weight: normal;
}  

.alt_nav {
	font: 10px arial;
	color: #00567A;
	font-weight: normal;
}  

.small {
	font: 10px arial;
	color: #000000;
	font-weight: normal;
}  

.address_bar {
	font: 14px arial;
	color: #FFFFFF;
	font-weight: normal;
}  


