body {
	background-color: #C4C4C4;
	margin: 0px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #0F3267;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #0F3267;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #3B78A4;
	font-weight: bold;
	font-style: italic;
}

.emailImg {
	margin-top: 3px;
}

a:visited {
	color: #3B78A4;
	text-decoration: underline;
}

a:active {
	color: #3B78A4;
	text-decoration: underline;
}

a:link {
	color: #3B78A4;
	text-decoration: underline;
}

a:hover {
	color: #3B78A4;
	text-decoration: none;
}

.redundant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.redundant a:visited {
	color: #666666;
	text-decoration: none;
}

.redundant a:active {
	color: #666666;
	text-decoration: none;
}

.redundant a:link {
	color: #666666;
	text-decoration: none;
}

.redundant a:hover {
	color: #000000;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8B8B;
	padding-top: 5px;
}

.footer a:visited {
	color: #8B8B8B;
	text-decoration: none;
}

.footer a:active {
	color: #8B8B8B;
	text-decoration: none;
}

.footer a:link {
	color: #8B8B8B;
	text-decoration: none;
}

.navbg {
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.main {
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACBACC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}

.subnav a:visited {
	color: #ACBACC;
	text-decoration: none;
}

.subnav a:active {
	color: #ACBACC;
	text-decoration: none;
}

.subnav a:link {
	color: #ACBACC;
	text-decoration: none;
}

.subnav a:hover {
	color: #3B78A4;
	text-decoration: none;
}

ul {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #134577;
	letter-spacing: 1px;
	padding: 1px;
	border: 1px solid #E5E5E5;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #103A6E;
	background-color: #E4E4E4;
	border: 1px solid #0F3267;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #134678;
	font-weight: bold;
}

.headerblue {
	background-repeat: repeat-x;
	background-position: right bottom;
	font-size: 11px;
	font-weight: bold;
	color: #92453F;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.greyoutline {
	border: 1px solid #1F6598;
	padding-bottom: 6px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #0F3267;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #0F3267;
	font-weight: bold;
}

li {
	padding-bottom: 3px;
}

.tablelow {
	background-image: url(images/table_bkg_low.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
	padding-top: 0px;
	padding-right: 13px;
	padding-left: 13px;
}

.tablespace td {
	padding-bottom: 3px;
}

.tablelowlogos {
	background-image: url(images/table_bkg_logos_low.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
	padding-top: 0px;
	padding-right: 13px;
	padding-left: 13px;
}

.stretch {
	width: 100%;
}

.blue-header h1 {
	margin: 0;
	padding: 45px 38px 0 0;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
}

.blue-header {
	background: #125687;
	width: 290px;
	text-align: right;
}
form#form label {
	width: 100px;
	float: left;
	display: block;
}
form#form div {
	clear: both;
}
form#form input {
	font-size: 12px;
	padding: 2px;
	margin: 2px;
}