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

body {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #CDCCCE;
}

table#outerShell {
	margin-left:auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 560px;
	border-right: 1px solid #172559;
	border-left: 1px solid #172594;
	border-bottom: 1px solid #172559;
	border-top: 1px solid #172559;
}

table#innerShell {
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 558px;
	background-color: #FFFFFF;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.cellborderBottomWhite {
	border-bottom: 1px solid #ffffff;
}

.footerText {
	font-size : 10px; 
}
.headerText {
	font-weight: bold;
}

 a { color: #ffffff; }
 a:hover{ color:#B9DCFF;}
.darkLink a{
	text-decoration: none;
	color: #172559;
}
.darkLink a:hover {
	color:#004E9B;
	text-decoration: none;
}

table#content {
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 556px;
	background-color: #172559;
}
div#addlInfo{
	margin-right: 0px;
	margin-left: 449px;
	color:#172559;
	font-size: 9px;
}