/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: none; color: #006892; }
			.a1       { text-decoration: none; color: #006892; } 
			.a1:hover { text-decoration: underline; color: #006892; }
			
			.b1:link  { text-decoration: none; color: #F7941D; }
			.b1       { text-decoration: none; color: #F7941D; } 
			.b1:hover { text-decoration: underline; color: #006892; }
			
			.c1:link  { text-decoration: underline; color: #FFFFFF; }
			.c1       { text-decoration: underline; color: #FFFFFF; } 
			.c1:hover { text-decoration: underline; color: #F7B81D; }	
			
			.d1:link  { text-decoration: underline; color: #000000; }
			.d1       { text-decoration: underline; color: #000000; } 
			.d1:hover { text-decoration: underline; color: #000000; }		
			
			
			
.body {
	font: 12px arial;
	color: #000000;
	font-weight: normal;
}  

.body_large {
	font: 15px arial;
	color: #006892;
	font-weight: normal;
}  

.heading {
	font: 15px arial;
	color: #006892;
	font-weight: bold;;
}  

.top_nav {
	font: 12px arial;
	color: #F7941D;
	font-weight: bold;
}  

.follow {
	font: 11px arial;
	color: #006892;
}  

.copyright {
	font: 10px arial;
	color: #FFFFFF;
	font-weight: normal;
}  

.full_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #D7FFEF;
}


