.bordercolor {
	border : thin solid Black;
}
BODY, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	}

H2 {
	font-size: 14pt;
	color: black;
}

H3 {
	font-size: larger;
	color: black;
}

H4 {
	font-size: 9 pt;
	font-variant: small-caps;
	font-weight: normal;
	color : black;
}
H5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	color : Maroon;
}

	
H6 {
	font-size: 8 pt;
	color : Gray;
	text-align : center;
	font-weight : lighter;
}

A {
	text-decoration: underline;
	color: Black;
}

A:Hover {
	text-decoration: none;
	color: Blue;
}

HR {
		height: 1pt;
}

.smalltext {
	font-size: 8 pt;
	font-variant: normal;
	font-weight: normal;
	color : blue;
	}

.navtext {
	font-size: 7.5 pt;
	font-variant: normal;
	font-weight: normal;
	color : blue;
	font : normal;
}