html { overflow: -moz-scrollbars-vertical;}
body {
	background-color: #000000;
	margin: 0px;
}

a:link, a:visited, a:active{
	color: #FF9900;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
p{	margin:8px 0 0 0;}
h2 {
	font: bold 13px "Trebuchet MS", Arial;
	color: #F90;
	margin:0;
}
.bodytext {
	font: 11px "Trebuchet MS";
	color: #AE8866;
	text-align: justify;
	list-style-type: square;
}
.sup{
	font: 8px "verdana";
	color: #C2A68B;
}
.copyright {
	font: 10px Tahoma;
	color: #65461D;
}
.highlight {
	font: 10px "Trebuchet MS";
	color: FFE3C8;
	line-height: 15px;
}
.heading {
	font: bold 16px "Trebuchet MS";
	color: #A98E50;
}
.heading2 {
	font: bold 12px "Trebuchet MS";
	color: #998148;
}
.heading3 {
	font: bold 11px "Trebuchet MS";
	color: #B79677;
}
.pb10{	padding-bottom:10px!important;}
.p10{	padding:10px!important;}
.bdr1{border:1px solid #462E17;}
.mt18{margin-top:18px !important;}
