/*-- Primary Style--*/
body, p, li, th, select, input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px;
	}
	
ul, ol {
	margin-bottom: 4px;
	} 
	
h1, h2, h3, h4, h5, h6 { 
	color: #003366; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 2px;
	}
	
a:link, a:visited, a:active{
	color: #0033CC; 
	text-decoration: none;
	}

a:hover {
	color: #0033CC;
	}
