@charset "utf-8";

BODY  {
font-size : 12pt;
font-family : Times New Roman, Times, serif;
color : #000000;
text-decoration : none;
}
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #054B78;
}
.Header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #058200;
	padding: 5px;
}
.small  {
font-size : 10pt;
font-family : Times New Roman, Times, serif;
text-decoration : none;
color : #000000;
}
A  {
	font-family: "Times New Roman", Times, serif;
	text-decoration : underline;
	color : #054B78;
}
            
A:Visited  {
	font-family: "Times New Roman", Times, serif;
	color : #005000;
	text-decoration : underline;
}
            
A:Active  {
	font-family: "Times New Roman", Times, serif;
	color : #054B78;
	text-decoration : underline;
	background-color : #FFFFFF;
}
            
A:Hover  {
	font-family: "Times New Roman", Times, serif;
	color : #068200;
	text-decoration : underline;
	background-color : #FFFFFF;
}