body {
	background-color: #C0D2DC;
	text-align: center;
	margin: 0px;
}

		td {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #333333;
			padding-top: 1px;
			padding-bottom: 1px;
			padding-right: 4px;
			padding-left: 8px;
		}

		.tophdr {
			font-weight: bold;
			color: #333333;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-right: 0px;
			padding-left: 0px;
		}

		hr {
			color: #CCCCCC;
			height: 1px;
		}
		.tblhead {
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #1149A0;
			background-color: #B5C7E2;
			padding: 2px 6px;
		}
		.text{
			background-color: #FFFFFF;
		}
		.ssl {
			width: 140px;
			font-size: 80%;
			border: 1px solid #CCCCCC;
			padding: 3px;
			margin: 0px;
			text-align: left;
		}
		a{
			color: #9B2B20;
			text-decoration: underline;
		}
		a:hover { 
			text-decoration: none;
		}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 170px;
}
.footerCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B5C7E2;
	background-color: #1149A0;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0A2D6F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #081C41;
	line-height: 16px;
}
.footerCell a:link {
	color: #B5C7E2;
	text-decoration: none;
	font-weight: normal;

}
.footerCell a:visited {
	color: #B5C7E2;
	text-decoration: none;
	font-weight: normal;

}
.footerCell a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}


A.blueredlink {
font-weight: bold;
color:#1149A0;
text-decoration: none;
}

A.blueredlink:hover {
color:#FF0000;
}

