/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #99A4CA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a img{
	border:none;
}
.footer {
	padding-bottom: 40px;
	font-size: 10px;
	color: #99A4CA;
	padding-top: 40px;
	text-align: center;
}
.cellProperties1 {

	padding-right: 40px;
	padding-left: 40px;
}
.header {
	font-size: 14px;
	color: #333366;
	font-weight: bold;
	text-transform: uppercase;
}
.subtext {
	font-size: 14px;
}

table.formtable{
	width:518px;
	border:none;
}
.formtable th{
	color:#333366;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.formtable td,th{
	border-bottom:1px solid #d4d7e2;
	padding-top:10px;
	padding-bottom:8px;
}
.formtable a{
	color:#003366;
	text-decoration:underline;
	font-weight:bold;
}
.formtable a:hover{
	color:#000000;
	text-decoration:none;
}
.formtable img.doctypeimage{
	margin-right:2px;
	border:none;
}	

div#disclaimerbox{
	width: 490px;
	border:1px solid #d4d7e2;
	padding:8px;
	text-align:left;
}
div#agreebox{
	width: 400px;
	border:none;
}
#agreebox input{
	float:left;
}

input.required{
	border:1px solid #CC0000;
}

div.confirmmessage{
	border:1px solid #000099;
	background:#F0F0F0;
	font-weight:bold;
	padding:4px;
	margin:5px;
}
div.alertmessage{
	font-weight:bold;
	padding:4px;
	margin:5px;
	color:#990000;
	border:2px solid #993300;
	background:#FFFFCC;
}
.sweet{
	visibility:hidden;
	height:0px;
	width:0px;
	display:none;
}