a:hover {  color: #CC3333}
a.footer_link:link { color: #BFAD6C} /* same as footer */
a.footer_link:visited { color: #BFAD6C} /* same as footer */
a.footer_link:hover { color: #CC3333} /* same as a:hover */

/* text formatting */
body {font-family: Times New Roman, Times, serif}
h1, h2, h3, h4, h5, th, .footer, .nav, .initialCap, .smallCap {font-family: Times New Roman, Times, serif}
p, td, ul, ol {font-family: Times New Roman, Times, serif}
h1 { font-size: 18pt; font-weight: bold; color: #454773}
h2 { font-size: 16pt; font-weight: bold}
h3 { font-size: 13pt; line-height: 13pt; font-weight: bold; color: #CC3333}
h4 { font-size: 11pt; line-height: 13pt; font-weight: bold; color: #454773}
h5 { font-size: 10pt; line-height: 13pt; font-weight: bold}
p  { font-size: 10pt; line-height: 13pt}
th {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #660000;
	vertical-align: top;
}
td { font-size: 10pt}
ul { font-size: 10pt; line-height: 13pt; list-style-type: square}
ol { font-size: 10pt; line-height: 13pt}
.initialCap { font-size: 14pt; font-weight: bold; color: #CC3333}
.smallCap { font-size: 8pt; font-weight: bold}
.footer { font-size: 7pt; color: #BFAD6C}
.nav { font-size: 10pt; line-height: 14pt}

/* background color formatting */
.form_fields { background-color: #F7E9B4}
.form_fields_red { background-color: #660000}
#tableBorder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #444773;
}

