html,body,form{
    margin:0;
    padding:0;
    height:100%;
    border:none;
	font-size: 10pt;
	font-family: Arial;
}
.fieldHeaderLabel
{
	color: #222222;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 5px;
}
.fieldLabel
{
	color: Gray;
	font-size: 10pt;
	font-family: Verdana;
	text-align: right;
	vertical-align: middle;
	width:200px;
}
.fieldRequiredLabel
{
	color: Gray;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	width:200px;
}
.text
{
	font-size: 10pt;
	font-family: Arial;
}
	
A
{
	font-size: 10pt;
	color: #3366cc;
	font-family: Arial;
	text-decoration: none;
}
A:hover
{
	font-size: 10pt;
	color: #000099;
	font-family: Arial;
	text-decoration: none;
}
.divLeft
{
	float:left;
	width:110px;
}
.divRight
{
	top:20px;
	margin-left:120px;
}
.divField
{
	margin-top:3px;
	margin-bottom:3px;
}
.logo
{
	width:100px;
	height:100px;
}