body {
	background-color: #343D63;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	}
.header {
	color: #6D5428;
	font-size: large;
	font-weight: bold;
}
.red-text {
	color: #FF0000;
	font-size:14px;
	}
.green-text {
	color: #009900;
	font-size:14px;
	}
.small a {font-size: small; }
.xsmall a {font-size: x-small}
.small {font-size: small; }
.xsmall {font-size: x-small}
a:link {
	color: #1f3654;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;	
	color: #851414;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #851414;
}
a:active {
	font-weight:bold;
	text-decoration: none;
}
.table-row-odd td  {
 	background-color: #CCCCCC;
 }
.table-row-even td  {
 	background-color: #EAEAEA;
 }
.top-subnav {
	color: #6D5428;
	font-weight:bold;
	font-size: large;
}
.subnav {
	font-weight:bold;
	font-size: large;
}
.top-subnav a {
	color: #6D5428;
	font-weight:bold;
	font-size: large;
}
.subnav a {
	font-weight:bold;
	font-size: large;
}
.subnav a:visited  {
	color: #1f3654;
	font-weight:bold;
	font-size: large;
}
.subnav-active a {
	color: #851414;
	font-weight:bold;
	font-size: large;
}
.subnav-active a:visited {
	color: #851414;
	font-weight:bold;
	font-size: large;
}