body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #418799;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
h1 {
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
input {
	width: 200px;
}
.submit {
	height: 50px;
}
.mainTable {
	width: 704px;
}
.borders {
	border-left: 1px solid #221f20;
	border-right: 1px solid #221f20;
}
.header {
	font-weight: bold;
	padding: 0px 0px 10px 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.imgTitle {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 2px solid #221f20;
	height: 97px;
	verticle-align: bottom;
}
.imgBorder {
	border: 1px solid #000000;
}
.content {
	width: 682px;
	vertical-align: top;
	padding: 10px;
	border-left: 1px solid #221f20;
	border-right: 1px solid #221f20;
}
.infoRow {
	padding: 10px 0px 10px 0px;
}
.require {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.errorText {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	white-space: nowrap;
}
.errorBorder {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 20px 0px;
	width: 100%; 
	border: 2px solid #880000;
	background-color: #cc0000;
}
.errorUL {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	line-height: 16px;
}

.footer {
	border-top: 2px solid #221e1f;
	text-align: center;
	line-height: 24px;
	padding: 5px 10px 10px 10px;
}
a {
	color: #000000;
} 
a:hover {
	color: #000000;
	text-decoration: none;
}
