body, td, p {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
}
/*font-family: Arial, Helvetica, sans-serif;*/
td.NavButtonBig {
	background-color: #003366;
	text-align: center;
	vertical-align: top;
	padding-top: 45px;
	height: 65px;
}
td.NavButtonSmall {
	background-color: #003366;
	text-align: center;
	vertical-align: middle;
}
a.NavLink, a.NavLink:link, a.NavLink:visited {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-weight: lighter;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
h2.White {
	color: #FFFFFF;
}
h2.blue {
	color: #003366;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
p.small {
	font-size: 10px;
}
span.White {
	color: #FFFFFF;
}
td.RedHeader {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #003366/*#B50F1B*/;
	padding: 5px 5px;
	font-weight: bold;
	border-bottom: #FFFFFF solid 2px;
}
td.RedHeader2 {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #003366/*#B50F1B*/;
	padding: 5px 5px 5px 150px;
	font-weight: bold;
	border-bottom: #FFFFFF solid 2px;
}
td.BlueHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003366;
	padding: 3px 5px;
	font-weight: bold;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px 0px;
}
td.BlueHeader2 {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #94abce;
	padding: 5px 5px;
	font-weight: bold;
	border-bottom: #FFFFFF solid 2px;
}
.BlueCell {
	background-color: #94abce;
	padding: 5px 5px;
}
.BlueCell2 {
	background-color: #94abce;
	padding: 3px 3px;
	color: #FFFFFF;
}
.BlueCell3 {
	background-color: #94abce;
	padding: 0px 5px 5px 5px;
}
.LightBlueCell, .LightBlueCell4 {
	background-color: #e9ecf2;
	padding: 5px 5px;
	color: #003366;
}
.LightBlueCell2 {
	background-color: #e9ecf2;
	padding: 5px 5px 5px 150px;
	vertical-align: top;
}
.LightBlueCell3 {
	background-color: #94abce;
	padding: 3px;
	color: #FFFFFF;
}
.LightBlueCell4 ul {
	list-style-position: outside;
	margin: 0px 0px 0px 16px;
}
.LightBlueCell4 li {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.DropDownWhite {
	width: 175px;
}
.ButtonWhite {
	background-color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	border: #000000 1px solid;
}
.ButtonRed {
	background-color: #B50F1B;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ButtonLightBlue {
	background-color: #94abce;
	color: #003366;
	height: 20px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.TextField {
	border: #000000 1px solid;
	height: 18px;
}
.1pxBorder {
	border: #000000 1px solid;
}
a, a:link, a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.blue, a.blue:link, a.blue:visited {
	color: #003366;
}
a.white, a.white:link, a.white:visited {
	color: #FFFFFF;
}