html{
	height:100%;
}

body{
	margin:0;
	height:100%;
	width:100%;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;
	text-align:center;
	cursor:default;
	background:#b1a47a;
	color:#000;
}

h1,h2,h3,h4,h5,h6,form,div,span,img{
	padding:0;
	margin:0;
	border:0;
}

h1{	font-size:18px;	}
h2{	font-size:16px;	}
h3{	font-size:14px;	}
h4{	font-size:11px;	}
h5{	font-size:11px;	}
h6{	font-size:11px;	}

a{
	color:#890000;
	text-decoration:none;
}

a:hover{
	color:#660000;
	text-decoration:underline;
}

a,label{
	cursor:pointer;
}

p{
	margin:0 0 12px 0;
}

ul{
	margin:0 0 15px 2px;
	padding:0;
}

ul li{
	margin:0 0 0 12px;
	padding:0 0 0 0;
}

ol{
	margin-top:0;
	margin-bottom:15px;
}

ol li{
	margin:0;
	padding:0 0 0 0 !important;
	background:none !important;
}

li ol.
li ul{
	margin-bottom:0;
}

address{
	font-style:normal;
}

input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:2px;
	background:#ffed81;
	border:1px solid #c9b74d;
}

input:focus, input.focus,
textarea:focus, textarea.focus,
select:focus, select.focus{
	background:#fff;
	border:1px solid #c9b74d;
}

table{
	margin:0 0 10px 0;
	clear:both;
	width:100%;
}

table th, 
table td{
	vertical-align:top;
	padding:4px 7px;
	background:#ddc98f;
	line-height:16px;
}

table th{
	background:#928151;
	color:#e8b000;
	border-bottom:1px solid #b08600;
}

table td.info{
	font-weight:bold;
}

.left	{	float:left !important;	display:inline !important;	}
.right	{	float:right !important;	display:inline !important;	}
.clreol	{	float:none !important; 	clear:both !important;		}

.textgrey		{	color:#999;		}
.textorange		{	color:#f63;		}
.textgreen		{	color:#090;		}
.textred		{	color:#f00;		}
.textblue		{ 	color:#039;		}

.row{
	width:100%;
	float:left;
	clear:both;
	margin:2px 0;
	text-align:left;
}

.row label{
	width:23%;
	margin:0 2% 0 0;
	float:left;
}

.row .rowwrap{
	width:74%;
	float:left;
	text-align:left;
}

.row .rowwrap label{
	float:none;
}

.centerall{
	text-align:center;
	vertical-align:middle;
}