/*-- Primary Style--*/
body, p, li, th, select, input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 11px;
	}
	
ul, ol {
	margin-bottom: 4px;
	} 
	
h1, h2, h3, h4, h5, h6 { 
	color: #1C28B0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 2px;
	}

h1, h2{ 
	color: #E30501; 
	display: block;
	text-align: center;
	border-top: 1px solid #1C28B0;
	border-bottom: 1px solid #1C28B0;
	padding-bottom: 3px;		
	}
	
a:link, a:visited, a:active{
	color: #1C28B0; 
	text-decoration: none;
	}

a:hover {
	color: #1C28B0;
	}