A:active, A:link, A:visited {
	color: #037A2D;	
	text-decoration : underline;
}
A:HOVER {
	color: #037A2D;	
	text-decoration : none;
}
HR {
	color: #490703;
	height: 2px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000;
	margin: 0px;
}

.legal {
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 333333;
	font-weight: normal;

}
.heading {
	font-size : 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #037A2D;
	font-weight: bold;
}
.subheading {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#000033;
	font-weight: bold;

}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background: #FFFFFF;
	border : 1px #333333;
	padding : 2;
}
.topicheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;	
	color: 333333;
	font-weight : bold;
}
.ul {
	list-style-position: outside;
	list-style-image: url(/img/ul.gif);
}
.ulblank {
	list-style-position: outside;
	list-style-image: url(../img/bullet_blank.gif);
}
.navbar{
	font-family : Arial, Helvetica, sans-serif;
	color: 000000;
	font-size: 8pt;
}
A.navbar:active, A.navbar:link, A.navbar:visited {
	color : 000000;
	text-decoration : none;
}
A.navbar:HOVER {
	color : black;
	text-decoration : underline;
}
.subnav{
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	font-weight: normal;
}
.error {
	font-size : 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
