A:active, A:link, A:visited {
	color : 0066FF;
	text-decoration : underline;
}
A:HOVER {
	color : 000099;
	text-decoration : none;
}
HR {
	color: #000000;
	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: 000000;
}
.heading {
	font-size : 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 0066FF;
	font-weight: bold;
	font-style : italic;
}
.subheading {
	font-size : 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
	font-weight : bold;

}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background: #FFFFFF;
	border : 1px solid Blue;
	padding : 2;
}
.topicheading {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
	font-weight : bold;
}
.ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	line-height: 16pt;
}
.ulblank {
	list-style-position: outside;
	list-style-image: url(../images/bullet_blank.gif);
	line-height: 16pt;
}
.navbar{
	font-family : Arial, Helvetica, sans-serif;
	color: FFFFFF;
	font-size: 12pt;
}
A.navbar:active, A.navbar:link, A.navbar:visited {
	color : 0000FF;
	text-decoration : none;
}
A.navbar:HOVER {
	color : FF0000;
	text-decoration : underline;
}
