img{
	border:none;
}
.container{
	margin-left:auto;
	margin-right:auto;
}
.blueCell{
	background-color:#0055AA;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:3px;
}
.greenCell{
	background-color:#006600;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:3px;
}
.redCell{
	background-color:#CC0000;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:3px;
}
.brightBlueCell{
	background-color:#000099;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:3px;
}
.lightBlueCell-1{
	background-color:#D7F2FF;
	text-align:left;
	font-weight:normal;
}
.lightBlueCell-2{
	background-color:#D7F2FF;
	text-align:center;
	font-weight:bold;
}
.whiteCell-1{
	background-color:#FFFFFF;
	text-align:left;
	font-weight:normal;
}
.whiteCell-2{
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.lightGreenCell-1{
	background-color:#CEFFDE;
	text-align:left;
	font-weight:normal;
}
.lightGreenCell-2{
	background-color:#CEFFDE;
	text-align:center;
	font-weight:bold;
}
.lightRedCell-1{
	background-color:#FFE8E8;
	text-align:left;
	font-weight:normal;
}
.lightRedCell-2{
	background-color:#FFE8E8;
	text-align:center;
	font-weight:bold;
}
.lightBrightBlueCell-1{
	background-color:#ECECFF;
	text-align:left;
	font-weight:normal;
}
.lightBrightBlueCell-2{
	background-color:#ECECFF;
	text-align:center;
	font-weight:bold;
}
a.home:link{
	font-weight:bold;
	text-decoration:underline;
	color:#000099;
}
a.home:visited{
	font-weight:bold;
	text-decoration:underline;
	color:#000099;
}
a.home:hover{
	font-weight:bold;
	text-decoration:none;
	color:#000099;
}
.leftCol{
	width:172px;
}
.rightCol{
	width:544px;
}
.sectionHeaders{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	padding-top:20px;
	padding-bottom:5px;
	color:#e28828;
}
.formText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#005eb2;
}
.formTextSmall{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#005eb2;
}
.inputFields{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#005eb2;
	width:300px;
}
.inputFile{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#005eb2;
	width:200px;
	border:1px solid #005eb2;
	cursor:pointer;
	margin-left:60px;
}
.inputCheckbox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#005eb2;
	padding-right:10px;
	padding-bottom:2px;
	left:100px;
}
.inputDescription{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#005eb2;
	width:500px;
}
.inputRadio{
	display:inline;
	margin:0px;
	padding:0px;
}
.textAreaFields{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#005eb2;
	width:690px;
	height:100px;
}
.advantagesText{
	font-size:12px;
	font-weight:bold;
	color:#00438a;
}
.pageHeaders{
	font-size:18px;
	font-weight:bold;
	color:#0078ce;
}
#formContainer{
	position:relative;
	width:706px;
	left:12px;
	top:-6px;
	padding:10px;
	background-color:#FFFFFF;
}
.formHeader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#005eb2;
	margin-top:5px;
	margin-left:5px;
}
.leftRow{
	position:relative;
	width:75px;
	margin:10px 0px 0px 0px;
}
.rightRow{
	position:relative;
	float:right;
	right:300px;
	top:-15px;
}
.required{
	color:#FF0000;
	font-weight:bold;
}