A:link {
	background-color : transparent;
	color : #0066ab;
	text-decoration : none;
}
A:visited {
	background-color : transparent;
	color : #0066ab;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #c9d200;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : #0066ab;
	text-decoration : none;
}


SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px 
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px
} 
INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px 
}


H1 {
	font-family : Verdana, sans-serif;
	font-size : 16pt;
	color : #0066ab;
	margin-bottom : 10px;
	margin-top : 20px;
    margin-left: 10px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	color : #0066ab;
	margin-bottom : 10px;
	margin-top : 20px;
    margin-left: 10px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #0066ab;
	margin-bottom : 10px;
	margin-top : 20px;
    margin-left: 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 9px;
	color : #0066ab;
	margin-bottom : 0px;
	margin-top : 10px;
    margin-left: 10px;
}

P {
	font-family : Verdana, sans-serif;
	font-size : 10pt;
	line-height : 160%;
	color: #828282;
	margin-top : 10px;
	margin-bottom : 1px;
    margin-left: 10px;
    margin-right: 10px;
	padding-bottom : 0px;
	/*text-indent : 20px;*/
}

