<!--
body {
	font-family: Verdana;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
}
#usermessage
{
	width: 100%;
	clear: both;
	border-left: 1px #FF9900 solid;
	border-right: 1px #FF9900 solid;
	border-top: 1px #FF9900 solid;
	border-bottom: 1px #FF9900 solid;
	display: block;
}
DIV.spacer
{
	witdh: auto;
	clear: both;
	overflow: hidden;
}
.uh_head {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.uh_text {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.uh_header {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.uh_tableheader {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	vertical-align: top;
}
.uh_trailer {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF9900;
}
a { 
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
}
a.uh_normal {
	font-size: 12px;
}
a.uh_small {
	font-size: 10px;
}
input.textboxA {
	width: 35px;
	height: 18px;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
}
input.textbox {
	width: 100%;
	height: 20px;
	font-family: Verdana;
	font-size: 11px;
}
input.button
{
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 11px;
	font-weight: bold; 
	WIDTH: 100%; 
	CURSOR: hand;
	background-color: #FF9900;
	border-style: solid; 
	border: 2px outset #CC7A00;	
}
-->