@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0091CF;
	text-decoration: none;
}
a:visited {
	color: #0091CF;
	text-decoration: underline;
}
a:hover {
	color: #FEE0A2;
	text-decoration: none;
}
a:active {
	color: #0091CF;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #0091CF;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
h3 {
	font-size: 12px;
	color: #0091CF;
}

#formwrapleft h3 {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px 5px;
	padding: 5px;
	color: #FFF;
	font-size:16px;
	text-align:left;
	font-weight:normal;
	font-style:italic;
	background:#333;
	border:solid 1px #39F;
}
#formwrapright h3 {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px 5px;
	padding: 5px;
	color: #FFF;
	font-size:16px;
	text-align:left;
	font-weight:normal;
	font-style:italic;
	background:#333;
	border:solid 1px #39F;
}
.content {
	padding: 10px 0;
}
.fltrt {  	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#box1{
	position:relative;
	float:left;
	width:400px;
	height:100px;
}
#box2{
	position:relative;
	float:left;
	margin: 0px;
}
#send{
	margin: 5px;
}
.prefixlbl {
	color: #1A9D4B;
}
#formwrapleft {
	width: 50%;
	position:relative;
	float:left;
}

#formwrapright {
	width: 50%;
	position:relative;
	float:left;
}


.body-pad-and-borders {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00415d;
}
.body-pad-and-borders2 {
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00415d;
	border-bottom-color: #00415d;
}
.footer-l {
	background-image: url(images/footer-l.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 34px;
	width: 34px;
}
.footer-m {
	background-image: url(images/footer-m.png);
	background-repeat: repeat-x;
}
.footer-r {
	background-image: url(images/footer-r.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	width: 34px;
}
.footer {
	color: #0091CF;
}

