.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    font-weight: bold;
}



.Warning {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}

a   { color: #81310b; text-decoration: underline }
a:hover  { color: #d85214; text-decoration: none }
.font    { font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

input,textarea,select,button{
	font-family:Arial,Verdana,sans-serif;
	color:#000066;
	font-size:10pt;
	border:1 solid #de5110;
	background:#eeeeee;
}

.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002C5A;
}

.loginbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	border:1 solid #de5110;
    background:#de5110;
    cursor: hand;
}
