* {margin:0}

body {
	font-family: Tahoma;
	padding: 0px;
	background-color:#333333;
}

table {
	background-color:#63666D;
	border: 1px solid #cda019;
}

h1 {
	font-family: Courier, Tahoma;
	font-size: 30px;
	line-height: 30px;
	background-color:black;
	color: #57c319;
	text-align: center;
	text-decoration: none;
	width: 811px;
}

h2 {
	font-family: Courier, Tahoma;
	font-size: 18px;
	line-height: 18px;
	background-color:black;
	color: #57c319;
	text-align: center;
	text-decoration: none;
	width: 811px;
}

h3 {
	font-family: Courier, Tahoma;
	font-size: 18px;
	line-height: 18px;
	color: #efb12a;
	text-decoration: none;
}

h5 {
	font-family: Tahoma;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: white;
	width: 805px;
}

h6 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 9px;
	text-align: left;
	text-decoration: none;
}

td {
	padding: 0px;
}

input.inputmain, select {
	font-family: Courier, Tahoma;
	font-size: 10px;
	background-color: #444444;
	color: #cda019;
	text-decoration: none;
	width: 200px;
}

input.submit {
	font-size: 10px;
	font-weight: bold;
	background-color: rgb(255, 51, 51);
	color: black;
	text-decoration: none;
}

A:link, A:visited, A:active {
	color: #cda019;
	text-decoration: none;
}

A:hover {
	color: #dd3333;
	text-decoration: none;
}

a.topten {
	font-family: Tahoma;
	font-size: 11px;
	color: #cda019;
	text-decoration: none;
}

a:hover.topten {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffe25b;
	text-decoration: none;
}
span.blanktext {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

span.redtext {
	color: #ff3333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

.sastext, .sastit {
	text-decoration: none;
}

.sastext {
	font-size: 9px;
	line-height: 9px;
	color: #d3d3d3;
}

.sascommand {
	font-family: Courier, Tahoma;
	font-size: 7px;
	line-height: 14px;
	background-color:black;
	color: #57c319;
	text-decoration: none;
}

.sastit {
	font-size: 16px;
	line-height: 16px;
	color: #cda019;
	text-align: left;
	font-weight: bold;
}

.sastiti {
	font-size: 14px;
	line-height: 14px;
	color: #9999ff;
	text-align: left;
	font-weight: bold;
	text-decoration: blink;
}

.form_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	background-color: #D3D4D3;
	height: 16px;
	width: 195px;
	border: 1px solid #B6B8B9;
}

.iframe_1 {
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-color: #101010;
	height: 200px;
	width: 400px;
	overflow: auto;

}
/* 
================================================
styling for autosuggest begins here
================================================
*/

ul.autosuggest
{
	height: 85px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	border-bottom: 1px solid #b6b8b9;
}

ul.autosuggest li
{
	text-align: left;
	height: 17px;
	font-size: 9px;
	border-bottom: 1px solid #b6b8b9;
	border-left: 1px solid #b6b8b9;
	border-right: 1px solid #b6b8b9;
	background-color: #666666;
	color: #cda019;
}
	
ul.autosuggest li a:link,
ul.autosuggest li a:visited
{
	display: block;
	padding: 2px;
	text-decoration: none;
	background-color: #666666;
}

ul.autosuggest li a:hover,
ul.autosuggest li a:active
{
	color: #999;
	background-color: #efb12a;
}


ul.autosuggest li.highlight a:link,
ul.autosuggest li.highlight a:visited
{
	color: #999;
	background-color: #efb12a;
}
