body {
//	background-color: #E0DEFA;
	background-color: #3366FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style12 {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.style14 {font-size: large}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
}
.textbox {
	padding: 20px;
}
.border {
	border: 1px solid #000093;
}
.box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000084;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: underline;
}

#content {
	text-align: center;
	padding:20px;
}
#content table {
	border:1px solid #A0C6EB;
	margin-bottom:20px;
}
#content th {
	background:#D2E3F3;
	padding:2px 5px 2px 5px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #BDDB99;
	font-size: 16px;
}


#content td {
	border-bottom:1px solid #D2E3F3;
	padding:2px 5px 2px 5px;
	border-right:1px solid #D2E3F3;
	text-align:left;
}
.tdh {
	background:#D2E3F3;
	padding:2px 5px 2px 5px;
	color:#003399;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #BDDB99;
	font-size: 20px;
}