/*hyperlink, no underline */
a {text-decoration : none}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/*text */
BODY {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
}

/*nav bar text*/
td {
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

/*page title font*/
H1{
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : Black;
}

/*text subheading*/
H2 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	text-decoration : underline;
}

/*lower level links*/
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Black;
}

/*contact small font*/
H4 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : center;
}

/*contact heading*/
H5 {
	font-family : Arial, Helvetica, sans-serif;
	color : Maroon;
	font-size : xx-small;
	text-align : center;
	text-decoration : underline;
}

