body {
	font-family: Arial;
	font-size:11px;
	color: #bcbcbc;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

div	{
	margin: 0px;
	padding: 0px;
}

p,td, input, textarea {
   	font-family: Arial;
	font-size:11px;
}
input.tx
{
width: 120px;
}

a, a:hover, a.nav:hover {
   	font-family: Arial;
	font-size:11px;
	color: #b8906e;
	text-decoration: none;
}
a:hover, a.nav:hover	{
	color: #FFD700;
}
a.nav
{
	color: #bcbcbc;
	text-decoration: none;
}
H1 {
	font-size: 15px;
	/*
	font-weight: 666;
	*/
	font-weight: bolder;
	color: #ffffff;
	text-transform: uppercase;
	padding-left:10px;
	padding-top:10px;
} 
H1 a, H1 a:hover
{font-size: 20px;}
.padd	{
	padding-bottom: 10px;
	padding-right: 10px;
}
.brd	{
	background-image: url('/images/dots.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
.seld
{
	border: solid 1px #bdbdbd;
	width: auto;
	height: 15px;
	font-size: 8pt;
	vertical-align: baseline;
}
.submit
{
	background: url('/images/submit.gif');
 border: 0px solid;
 color: #6b6b6b;
 cursor: pointer;
 font: bold 10px verdana;
 height: 17px;
 width: 132px;
}
.btns a	{
	text-align:center;
	padding:5px;
	color:#fff;
	font-size:12px;
	display:block;
}

.btns a:hover	{
	background: url('/images/btns_bg.gif') left top;
	text-align:center;
	padding:5px;
	color:#fff;
	font-size:12px;
	display:block;
}
