html
{
	height: 100%;
}
body
{
	height: 100%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	vertical-align: middle;
}
.bodytext
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #0085DE;
}
.a bodytext
{
	color: #0085DE;
}
a
{
	color: #0085DE;
}
.bodytext a:link {text-decoration: none;}
.bodytext a:visited {text-decoration: none;}
.bodytext a:active {text-decoration: none;}
.bodytext a:hover {text-decoration: underline;}
.formtext
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000066;
}
.a formtext
{
	color: #000066;
}
.formtextsmall
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #000066;
}
.a formtextsmall
{
	color: #000066;
}
.formfield
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color : #000000;
	background-color : #ffffff;
	border: solid #666666 1px;
	height:18px;
	width: 220px;
}
.formfieldmedium
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color : #000000;
	background-color : #ffffff;
	border: solid #666666 1px;
	height:18px;
	width: 110px;
}
.formfieldsmall
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color : #000000;
	background-color : #ffffff;
	border: solid #666666 1px;
	height:18px;
	width: 51px;
}
.checkbox
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color : #000000;
	background-color : #ffffff;
	border: 1px #0085DE solid;
	height:14px;
	width: 14px;
}
.bg_form
{
	background-image: url(../images/bg_formarea.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bg_123
{
	background-image: url(../images/bg_123.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bg_top10bot
{
	background-image: url(../images/bg_top10bot.gif);
	background-repeat: repeat-y;
	background-position: center top;
}