body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #00008B;
}
body {
	background-color: White;
	margin: 1px;
}

.banner {
	background-color: Navy;
	height: 98px;
	font-size: 34px;
	color: #D4EAFF;
}
.navbar {
	background-color: Navy;
	font-size: 10px;
	text-align: center;
	color: White;
}
a.navButtons {
	font-size: 9px;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	color: White;
}

a.subnavButtons
	{
	font-size: 9px;
	font-family: Arial;
	text-decoration: none;
	color: White;
}

.navTable {
	color: White;
	background-color: #0001B0;
	text-align: left;
	border-bottom: 1px solid #4682B4;
}


.subnavTable {
	color: White;
	background-color: Navy;
	text-align: left;
}

.crumbLine {
	font-size: 10px;
	text-align: right;
	color: #1E90FF;
}


a:link.crumb,a:visited.crumb,a:active.crumb,a:hover.crumb {
	color: #1E20FF;
	text-decoration: none;
}



.content {
	background-color: #FFFFFF;
	font-size: 16px;
	color: #0001B0;
}

.footer {
	background-color: #00008B;
	font-size: 10px;
	text-align: center;
	color: #DFE9F3;
}
 
