html, body, dl, dt, dd, table, th, td, form, fieldset, p { margin: 0; padding: 0; }
img, fieldset, object { border: 0; }
body{ 
	height: 100%;
	width: 100%; 
	margin: 0; 
	overflow: auto;
	background-color: #000000;
	font-family : Tahoma, Verdana, Arial, Helvetica; 
	font-weight : normal; 
	font-style : normal;
	font-size : 9px;
	color : #999999;
}
.light{
	font-family : Tahoma, Verdana, Arial, Helvetica; 
	font-size : 9px;
	color : #999999;
}
.dark{
	font-family : Tahoma, Verdana, Arial, Helvetica; 
	font-size : 9px;
	color : #34333a;
}
#flashcontent {
	background-color: #000000;	
}
div.minimum_size {
	/* for mozilla */
	min-width: 996px;
	min-height: 590px;
	width: 100%;
	height: 100%;

	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,996) + "px" );
	height: expression( Math.max(document.body.clientHeight,590) + "px" );
}
a {
font-weight: bold; 
font-size: 9px;
color: #FFFFFF; 
text-decoration: none; 
} 
a:hover {
font-weight: bold;  
font-size: 9px; 
color: #edd20b; 
text-decoration: none; 
}