body 
{ 
  margin: 0;
  font-size: 14pt;
  font-family: Georgia;
  color: #00529C;
  background: #00529C;
}

.header { color: #ffffff; }

/* regular link colors */
a:link { color: #00008b; text-decoration: underline; }
a:visited { color: #00008b; text-decoration: underline; }
a:active { color: #00008b; text-decoration: underline; }
a:hover { color: #00008b; text-decoration: underline; }

/* this removes borders from all images */
a:link img { border-style: none }
a:visited img { border-style: none }

/* left link bar colors */
a.nav:link { color: #ffffff; text-decoration: none; }
a.nav:visited { color: #ffffff; text-decoration: none; }
a.nav:active { color: #ffffff; text-decoration: none; }
a.nav:hover { color: #ffffff; text-decoration: underline; }

/* footer link colors; change to show up on background color */
a.footer:link { color: #ffffff; text-decoration: none; }
a.footer:visited { color: #ffffff; text-decoration: none; }
a.footer:active { color: #ffffff; text-decoration: none; }
a.footer:hover { color: #ffffff; text-decoration: underline; }

/* center the footer link bar, no underline, and make it smaller than other text */
div.footer { text-align: center; text-decoration: none; font-size: 8pt; color: #ffffff; }

h2 { text-align: center }
h4 {
	color: #002a52;
	font-weight: bold;
}
.intro {
	color: #002a52;
	font-weight: bold;
}

.underline { text-decoration: underline }
.bold { font-weight: bold }

.normal {
	font-weight: normal;
	font-style: normal;
}
.center { text-align: center }
.left { text-align: left }
.small { font-size: 8pt }

.blue {
	color: blue;
}

.size8pt {
	font-size: 8pt;
	margin-top: -10px;
}

.size14pt {
	font-size: 14pt;
}

.size16pt {
	font-size: 16pt;
	margin: 0;
}

.after {
	margin-top: 0;
}

dt { font-weight: bold }

td.center { text-align: center; }
td.content { background-color: #ffffff; vertical-align: top; }
td.nav 
{
  color: #ffffff; 
  background-color:#00529C; 
  text-align: center;
}
.floatright {float: right }
.floatleft {float: left }
.caps {
	font-variant: small-caps;
}
.capsHdr {
	letter-spacing: 7px;
}