/* Created by Joe Jarvis on 07.25.2000. */
/* Last edited by Jules Hodge 2002. */
/* If you make a change, please update this information. */


/* Structural Formatting */

a {
	color: #003399; /*Dark Navy Blue*/
	text-decoration: underline;
}

a:active {
	color: #003399; /*Dark Navy Blue*/
	text-decoration: underline;	
}

a:hover {
	color: #0066CC; /*Light Navy Blue*/
	text-decoration: underline;	
}


a:visited {
	text-decoration: underline;
}

address {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

body {
	color: black;
	font-family: Arial, sans-serif;
	text-align : left;
}

h1 {
	color: #003366; /* dark navy blue */
	font-family: Arial, sans-serif;
	font-size: large;
	font-weight : bold;
	text-align : left;
	text-transform: uppercase;
}

h2 {
	color: #003366; /* dark navy blue */
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align : left;
}

h3 {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight : bold;
	text-align : left;
}

p {
	color: black;
	font-family: Arial, sans-serif;
	text-align : left;
	text-indent: 0%;
	line-height: 125%;
}

td {
	font-family: Arial, sans-serif;
}

ul {
	color: black;
	font-family: Arial, sans-serif;
	text-align : left;
	text-indent: 0%;
	line-height: 125%;
}


/* Classes */

.back {
	font-weight: bold;
}

.hidden {
	display: none;
}

.headit
{
	color: #003366; /* dark navy blue */
	font-family: Arial, sans-serif;
	font-size: large;
	font-weight : bold;
	text-align : left;
	text-transform: uppercase;
}

.indent {
	color: black;
	font-family: Arial, sans-serif;
	text-align : left;
	text-indent: 0%;
	line-height: 125%;
	margin-left: 5%;
	margin-top: -.5em;
}

.footer {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align : center;
	text-indent: 0%;
	line-height: 100%;
}

.pdf {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
}

.subfooter {
	color: black;
	font-family: Arial, sans-serif;
	font-size : 60%;
	text-align : left;
	text-indent: 0%;
	line-height : 100%;
}

.tablebody {
	font-family: Arial, sans-serif;
	text-indent: 0%;
	line-height : 100%;
}

.tablebodysmall {
	font-family: Arial, sans-serif;
	font-size: 79%;
	text-indent: 0%;
	line-height : 100%;
}

.tableheader {
	color: white;
	font-family: Arial, sans-serif;
	font-size: medium;
	font-weight : bold;
	text-indent: 0%;
	text-transform: capitalize;
	line-height : 100%;
}

.white {
	color: white;
}

.normal {
	color: black;
	text-decoration: none;
}

