/* CSS Document */
* body{
     margin: 0;
 }
html, body {
    height: 100%;
 }
body {
	background-color: #000000;
}
body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #4f5559;
}
a {
	font-family: tahoma;
	font-size: 12px;
	color: #4f5559;
	text-decoration:underline;
}
a:visited {
	color: #4f5559;
	text-decoration:underline;
}
a:hover {
	color: #c8c9cc;
	text-decoration:underline;
}
a:active {
	color: #c8c9cc;
	text-decoration:underline;
}
a:link {
	color: #4f5559;
	text-decoration:underline;
}
#content {
	width:360px;
	height:270px;
	padding:0px 0px 0px 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #4f5559;
	text-align:left;
	overflow-y:scroll;
	margin:0;
	SCROLLBAR-FACE-COLOR: #37d8ff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #9bebff;	
	SCROLLBAR-TRACK-COLOR: #9bebff;
	SCROLLBAR-DARKSHADOW-COLOR: #9bebff;
}