html, body
{
	background: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
}
*
{
	font-size: 11px;
	font-family: verdana;
	color: #545454;
}
a
{
	color: #545454;
}
a:hover
{
	color: #ff9900; 
	text-decoration: none; 
}

.left
{
	float: left;
	margin-right: 15px;
}
.txtof
{
	font-size: 35px;
	color: #EAEAEA;
	font-weight: bold;
}
hr
{
	 height: 1px;
	 border: 0;
	 border-bottom: 1px solid #e0e0e0;
}
legend
{
	font-size: 16px;
	font-weight: bold;
}
h1
{
	text-align: center;
	font: 16px verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0;
	background: #FFEACC;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
}
/**
 * Form
 */
.fout
{
	color: #ff0000;
}
label
{
	display: block;
	width: 150px;
}
.select, .input, .button
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ff9900;
	background: #FFF7EC;
	color: #545454;
	font: 11px verdana;
	padding: 5px;
}
.button
{
	background: #ff9900;
	color: #fff;
	font-weight: bold;
}
.button:hover
{
	color: #545454;
	background: #FFF7EC;
	border: 1px solid #ff9900;
}

.txtOver { background: #FF9900; border: 1px solid #A97B00; font: 11px verdana; padding: 3px; color: #000; }
.small { color: #888; font-size: 9px; }

.trOver { background: #FF9900; cursor: pointer; }
.trOver td { background: #FF9900; color: #fff; }
.trOver td a { color: #fff; }

.trOver2 { background: #FF9900; }
.trOver2 td { background: #FF9900; color: #fff; }
.trOver2 td a { color: #fff; }