body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td, table, div {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#F9F355;

}

.button {
	font-family: Tahoma;
	color:#F9F355;
	height: 29px;
	width: 221px;
	cursor: hand;
	border-width: 0px;
	padding: 0px;
	font-weight: 800;
	background: url(/images/buttonoff.gif);		
}

.button:hover {
	font-family:Arial;
	color:#red;
	height: 29px;
	width: 221px;
	cursor: hand;
	border-width: 0px;
	padding: 0px;
	font-weight: 800;
	background: url(/images/buttonon.gif);		
}

.menubutton {
	font-family:Tahoma, Arial;
	font-size:13px;
	line-height:14px;
	color:#F9F355;
	font-weight:bold;
}

.contenttitle {
	font-family:Tahoma, Arial;
	font-size:13px;
	line-height:14px;
	color:#FB1C1C;
	font-weight:bold;
}

.input {
    background:#5F5F5F;
    color:#F9F355;
	font-size:13px;    
	border-bottom: #4A4A4A solid 1px;
    border-left: #4A4A4A solid 1px;
    border-right: #4A4A4A solid 1px;
    border-top: #4A4A4A solid 1px;
}

form { margin:0px; padding:0px}

a { color:#F9F355;
    font-size:12px;
    font-family:Tahoma;
 text-decoration: none}
