/*-- 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;
	}
	
li {
	list-style-image:url(../images/bul_star.gif);
	} 
	
h1, h2, h3, h4, h5, h6 { 
	color: #002952; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 2px;
	}
	
a:link, a:visited{
	color: #0033CC; 
	text-decoration: underline;
	}

a:hover {color: #0033CC;
	}
	
a:active {}