.hover {
	font-family: Palatino Linotype, Times New Roman, Times, serif;
	font-size: 10pt;
}

.serif {
	font-family: Palatino Linotype, Times New Roman, Times, serif;
	font-size: 10pt;
}
.sanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.sanserifsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.bluserif {
	font-family: Palatino Linotype, Times New Roman, Times, serif;
	font-size: 10pt;
	color: Navy;
}
.bluesanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Navy;
}
.serifbold {
	font-family: Palatino Linotype, Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight: bold;
}
.sanserifbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
   font-variant: small-caps;
   color: Maroon;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
   font-variant: small-caps;
   color: Maroon;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
   color: Maroon;
}

a:hover {
	text-decoration: underline;
	color: #CC3300;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A20011;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A20011;
}

a:active {
	text-decoration: none;
	color: #A20011;
}