A:active, A:link, A:visited {
	color : #cc3333;
	text-decoration : underline;
}
A:HOVER {
	color : #cc3333;
	text-decoration : none;
}
HR {
	color: #666666;
	height: 2px;
}
.text { 
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.legal {
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;

}
.heading {
	font-size : 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3333;
	font-weight: bold;
}
.subheading {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: cc3333;
	font-weight : bolder;

}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background: #FFFFFF;
	border : 1px #6666CC;
	padding : 2;
}
.topicheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;	
	color: 999999;
	font-weight : bold;
}
.ul {
	list-style-position: outside;
	list-style-image: url(../img/bullet.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 : 000000;
	text-decoration : underline;
}
