@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	background-color: #10167f;
	margin: 0px;
}

a:link, a:active, a:visited {
	color: #10167F;
}

a:hover {
	color: #FF9600;
}

.topNav {
	padding: 4px 0px;
	font-size: 9px;
	text-transform: uppercase;
}

.topNav a {
	color: #363636;
	text-decoration: none;
}

.topNav a:hover {
	text-decoration: underline;
}

.leftNav a {
	color: #10167f;
	font-size: 11px;
	text-decoration: none;
}

.leftNav a:hover {
	color: #080a49;
}

.navSpacer {
	color: #fe230a;
}

.navSpacer a {
	color: #fe230a;
	text-decoration: none;
}

.emailText {
	color: #10167f;
	font-size: 11px;
	font-weight: bold;
}

.textPadding {
	padding: 15px;
}
.textPadding2 {
	padding: 15px 10px;
}

.smallText {
	font-size: 11px;
}

.headerText {
	color: #10167f;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #10167f;
}

.tableStyle {
	border: 1px solid #10167f;
	padding: 10px;
}

.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #8285bf;
}

.orangeHeader {
	color: #ff9600;
	font-size: 13px;
	font-weight: bold;
}

.orange211 {
	color: #ff9600;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #ff9600;
	text-transform: uppercase;
}

.red211 {
	color: #fe230a;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #fe230a;
	text-transform: uppercase;
}

.blue211 {
	color: #10167f;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #10167f;
	text-transform: uppercase;
}

.blue211small {
	color: #363636;
	font-size: 11px;
	font-weight: normal;
}