/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #656C71;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.waHotlinkNoUL-S, .waHotlinkNoUL-M, .waHotlinkNoUL-L, .waHotlink-S, .waHotlink-M, .waHotlink-L {
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	color: #1d2f68;			/* Dark blue */
}	

.waHotlinkNoUL-S { font-size: 10px; }
.waHotlinkNoUL-M { font-size: 11px; }
.waHotlinkNoUL-L { font-size: 12px; }

.waHotlink-S, .waHotlink-M, .waHotlink-L { 	text-decoration: underline; }	

.waHotlink-S { font-size: 10px; }
.waHotlink-M { font-size: 11px; }
.waHotlink-L { font-size: 12px; }

.waSmallerText, .waSmallText, .waSmallRedText, .waBodyCopy, .waTitleText, .waSmallTitleText, .waSystemText { 
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #1d2f68;			/* Dark blue */
}

.waSystemText { font-size: 10px; }
.waSmallerText { font-size: 9px; }
.waSmallText { font-size: 10px; }
.waSmallRedText { font-size: 10px; color: #FF0000; }
.waBodyCopy { font-size: 12px; line-height: 15px; }
.waTitleText { font-size: 12px; font-weight: bold; }
.waSmallTitleText { font-size: 11px; font-weight: bold; }

.waFormSubmitButton, .waFormSubmitButtonRed {
	font-size: 11px;
	font-weight: bold;
	background-position: center center;
}

.waFormSubmitButton { color: #1d2f68; /* Dark blue */ }
.waFormSubmitButtonRed { color: #FF0000; /* red */}

 
.waFormField, .waFormLabel, .waFormLabelL, .waFormLabelR, .waFormLabelTR  {
	font-size: 11px;
	font-weight: normal;
	color: #1d2f68;			/* Dark blue */
 	vertical-align: middle;
	text-align: left;  
}

.waFormLabel   { font-weight: bold;}
.waFormLabelL  { font-weight: bold;}
.waFormLabelR  { text-align: right; font-weight: bold;}
.waFormLabelTR { text-align: right; vertical-align:text-top; font-weight: bold;}

.waTableHead {
	font-size: 12px;
	font-weight: bold;
	color: #1d2f68;				/* Dark blue */
	background-color: #cccccc;	/* dark gray orig: cccccc, 9398A9 */
	background-position: center;
}

.waTableSubHead {
	font-size: 10px;
	font-weight: bold;
	color: #1d2f68;				/* Dark blue */
	background-color: #EEEEEE;	/* light gray orig: EEEEEE, CCD8FF, EAEAEA */
}

.waTableDataC, .waTableDataL,.waTableDataR, .waTableDataMsg {
	font-size: 10px;
	font-weight: normal;
	color: #1d2f68;				/* Dark blue */
	background-color: #FFFFFF;	/* white background */
}


.waTableDataL { text-align:left }
.waTableDataC { text-align:center }
.waTableDataR { text-align:right }
.waTableDataMsg { background-color: #F4F4F4 } /* color: CCD8FF */ 

.top_navigation {
	font-size: 14px;
	color: #0156aa;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
}

.navleft:link {
	color: #0066CC;
	font-size: 14px;
	text-decoration: none;
}
.navleft:hover {
	color: #0066CC;
	font-size: 14px;
	text-decoration: underline;
}
.navleft:visited {
	color: #0066CC;
	font-size: 14px;
	text-decoration: none;
}

.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
