/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
}

p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.nomargin {
	margin: 0px;
}

h1 {  
	font-size: 20px; 
	font-style: normal; 
	color: #09304C;
	font-weight: bold; 
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
		

h2 {  
	font-size: 18px; 
	font-style: normal; 
	color: #09304C;
	font-weight: bold; 
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h3 {  
	font-size: 17px; 
	font-style: normal; 
	color: #09304C;
	font-weight: bold; 
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h4 {  
	font-size: 16px; 
	font-style: normal; 
	color: #09304C;
	font-weight: bold; 
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h5 {  
	font-size: 15px; 
	font-style: normal; 
	color: #09304C;
	font-weight: bold; 
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h6 {  
	font-size: 14px; 
	font-style: normal; 
	color: #09304C;
	font-weight: bold; 
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #09304C;
	text-decoration: none;
	border-bottom: 1px dashed #09304C;
}

a:hover	{
	color: #09304C;
	text-decoration: none;
	border-bottom: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}
	
/* CUSTOM STYLES */

	#latest_news h6 {  
		color:#DE1F26;
		padding:0px;
	}
	
	#latest_news a, #latest_news a:visited, #latest_news a:hover, #buttons a, #buttons a:visited, #buttons a:hover {  
		border-bottom: none;
		text-decoration: none;
	}
	
	#footer a, #footer a:visited, #footer a:hover  {  
		color:#929498;
		border-bottom: none;
		text-decoration: none;
	}	
