html {
	height:100%;
	margin-bottom:1px;
	margin:0px;
	padding:0px;
}
body {
	background:#3e3e3e;
	font:Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0px;
	padding:0px;
}

.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	color:#990000;
	text-align:left;
}
.box {
	width:289px;
	background: url(../images/box-btm.gif) no-repeat bottom;
	padding:0px;
	margin:0px;
}

.boxtop {
	width:269px;
	background: url(../images/box-top.gif) no-repeat top;
	padding:10px;
	margin:0px;
}
.boxinfo {
	color:#FFFFFF;
	font: 13pt Georgia, "Times New Roman", Times, serif;
}
.inputs {
	width:263px;
	height:30px;
	background-image:url(../images/bg-input.gif);
}
input {outline: none;}
.arrow {
	background:url(../images/arrow.gif) center right;
	height:78px;
}
.arrowtext {
	color:#004b7e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	padding:13px 20px 0px 5px;
}
.texttop {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.text a,
.text a:active,
.text a:visited,
.text a:link {color:#333333;}
.textwht {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:5px;
}
.textwht a,
.textwht a:link,
.textwht a:active,
.textwht a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.textwht a:hover {text-decoration:underline}
form {padding:0px;margin:0px}