A:active, A:link, A:visited {
	color : 000066;
	text-decoration : underline;
}
A:HOVER {
	color : 660000;
	text-decoration : none;
}
HR {
	color: #330000;
	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: 000033;
	font-weight: bold;
	font-style : italic;
}
.subheading {
	font-size : 12pt;
	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 #6666CC;
	padding : 2;
}
.topicheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;	
	color: 000033;
	font-weight : bold;
}
.navbar{
	font-family : Arial, Helvetica, sans-serif;
	color: FFFFFF;
	font-size: 8pt;
}
A.navbar:active, A.navbar:link, A.navbar:visited {
	color : FFFFFF;
	text-decoration : none;
}
A.navbar:HOVER {
	color : FFFFFF;
	text-decoration : underline;
}
.sidenavbar{
	font-family : Arial, Helvetica, sans-serif;
	color: FFFFFF;
	font-size: 10pt;
	font-weight : bold;
}
A.sidenavbar:active, A.sidenavbar:link, A.sidenavbar:visited {
	color : FFFFFF;
	text-decoration : none;
}
A.sidenavbar:HOVER {
	color : FFFFFF;
	text-decoration : underline;
}
.bg {
	background-image: url(../img/layout/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

