
/*--- Primary Styles, Use to define Standard Tag's ---*/
body, p, li, th, select, input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 9px;
	text-align:justify;
	margin: 2em 
		}
	
ul, ol {
	margin-bottom: 4px;
	} 
	
h1, h2, h3, h4, h5, h6 { 
	color: #35716D; 
	font-size: 11px;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 2px;
	text-align:justify;
	}

th {
	background-color: #FFFFFF;
	color: #35716D;
	}
	
hr {
	line-height: 1px; 
	color: #35716D; 
	font-size: 100%; 
	} 
	
a:link, a:visited, a:active{
	color: #35716D; 
	text-decoration: none;
	}

a:hover {
	color: #35716D;
	}