body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}

html {
  width:100%;
  height:100%;
}

fieldset
{
	border: 1px solid #94a1b6;
	text-align:left !important;
}

legend
{
	font-family:Arial; Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background: #ffffff;
	padding: 2px 6px
}

.loginheader {
	color: white;
	/*float: right;*/
	margin-top: 0;
	/*margin-right: 20px;*/
	font-size: 18px;
	font-weight:bold;
 vertical-align:middle;
 padding-top:10px;
}

.loginfooter {
  padding-top:10px;
	color: white;
	margin-top: 0;
	/*margin-left: 20px;*/
	font-size: 13px;
  vertical-align: middle;
}

.loginfooter a {
	color: white;
	font-size: 13px;
}

.loginfooter a:hover {
	color:silver;
	font-size: 13px;
}

.centerBtn table {
    margin-left:auto; 
    margin-right:auto;
}


hr {
  border-bottom:1px solid #666666;
}

a {
	color: #334F90;
}

a:hover {
	color:#334FFF;
}

.lefttd
{
	font-family:Arial; Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	white-space: nowrap;
}

.righttd
{
	font-family:Arial; Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-align:left;
	white-space: nowrap;
}

/*used on all text input fields*/
.textinput
{
	font-weight: normal;
	font-size: 11px;
	FONT-FAMILY: Arial;
	color:Black;
	background-color: White
}

.error 
{
	margin-left:15px;
	font-weight:bold;
	font-size: 12px;
	color:red;
	background-color:Yellow;
	text-align:center;
}
