BODY {
		
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight: bold;
	margin-left: .5%;
	margin-right: .5%
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: bold;
	color: #0a2f87;
}	


.large-header-blue {
			font-family : Arial, Helvetica, sans-serif;
			font-size : large;
			font-weight : bold;
			color : #0a2f87;
}

.small-header-blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : #0a2f87;
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
}

.header-white {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
}

.small-header-white {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
}
.blue-white {
	background-color : #0a2f87;
	color: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size:  9pt;
	font-weight : bold;
}
.red {
	background-color : white;
	color: red;
	font-family : Arial, Helvetica, sans-serif;
	font-size:  9pt;
	font-weight : bold;
}	
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	background-color:#FFFFFF
}
.redtext24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	background-color:#FFFFFF
}
.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-style : normal;
	font-weight:normal;
}	
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight: bold;
}

table
{
border-collapse: separate;
empty-cells: show
}
.td-silver {
	background-color : silver
}

A, A:LINK {
	color : White;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	background-color: #EEEEDD;
}

#instructions {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-style : normal;
	font-weight: bold;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #0a2f87;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #0a2f87;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}