A:link {
	color: #003366;
	text-decoration: none; }

A:visited {
	color: #003366;
	text-decoration: none; }
	
A:active {
	color: #003366;
	text-decoration: none; }

A:hover {
	color: #0058A6;
	text-decoration: underline; }

A.footerlink:link {
	color: #ffffff;
	text-decoration: none; }

A.footerlink:visited {
	color: #ffffff;
	text-decoration: none; }
	
A.footerlink:active {
	color: #ffffff;
	text-decoration: none; }

A.footerlink:hover {
	color: #ffffff;
	text-decoration: underline; }

#nav a {
	display: block;
	color: white;
	font-size: 9pt;
	background-color: #1D78D1;
	width: 100%;
	padding: 4px 5px;
	text-decoration: none; }

#nav_notyet {
	display: block;
	color: #a9a9a9;
	background-color: #1D78D1;
	width: 100%;
	padding: 4px 5px; }
	
#nav_selected {
	color: red;
	font-size: 9pt;
	background-color: lightgrey;
	padding: 4px 5px; }

#nav a:hover {
	font-size: 9pt;
	background-color: #80AAD2;
	color: white; }

body {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: white; }

body#admin { 
	margin-top: 20px;
	background-image: url(../images/admin_bg.gif);
	background-color: white; }

td {
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

td.header {
	font-size: 10pt;
	font-weight: bold;
	color: #0058A6;
	background: LightSteelBlue;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

td.headerNav {
	font-size: 9pt;
	font-weight: normal;
	color: #0058A6;
	background: LightSteelBlue;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

td.header2 {
	font-size: 10pt;
	font-weight: bold;
	color: #0058A6;
	background: Gainsboro;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

td.header2Nav {
	font-size: 9pt;
	font-weight: normal;
	color: #0058A6;
	background: Gainsboro;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

td.header3 {
	font-size: 10pt;
	font-weight: bold;
	color: #0058A6;
	background: WhiteSmoke;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

td.header3Nav {
	font-size: 9pt;
	font-weight: normal;
	color: #0058A6;
	background: WhiteSmoke;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

td.footer {
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

.textNormal {
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

.textSmall {
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

.textAdmin {
	color: white;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif; }
	
.textPageHeader {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif; }
	
.textHeader {
	color: #0058A6;
	font-weight: bold; }
	
.textError {
	color: red; }
	
.textRed {
	color: red; }

.textRedSmall {
	font-size: 8pt;
	color: red; }

.textGreen {
	color: green; }

.textGreenSmall {
	font-size: 8pt;
	color: green; }

.textInactive {
	color: gray; }

.menuBar {
	color: black;
	background: lightgrey;
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif; }
	
.tableUnderline {
	border-left: hidden;
	border-right: hidden;
	border-bottom: 1px red solid;
	border-collapse: collapse;
	border-spacing: 0px; }

.tableHeader {
	color: white;
	background: #0058A6;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif; }
	
.tableBody1 {
	color: black;
	background: Lavender;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif; }
	
.tableBody2 {
	color: black;
	background: WhiteSmoke;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif; }
