body,td,th {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

div.scroll {
	height: 300px;
	width: 400px;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #000000;
	padding: 10px;
	font-size:10px;
	margin-left:55px;
	padding-top:55px;
}

div.scroll strong{
	color:#FFFFFF;
	font-weight:bold;
}

.root {
	position: relative;
	height: 400px;
	width: 400px;
	margin: 0px 0px 8px 7px;
	margin-top:40px;
	margin-left:70px;
}

.root p {
	margin: 10px 10px 5px 10px;
}

.thumb 		{
	position: absolute;
	height: 83px;
	width: 14px;
	left: 10px;
}

.up, .dn {
	position: absolute;
	left: 10px;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:	0;
}

.scrollContainer { 
	position: absolute; 
	left: 10px; 
	top: 10px; 
	width: 400px; 
	height: 400px;  
	overflow: auto; 
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background:none;
}

.scrollContent { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 400px;
	font-size:11px;
	color:#9d9c9c;
	line-height:15px;
}

.scrollContent strong{
	color:#f3f3f3;
	font-weight: normal;
}

.scrollContent h4{
	color:#c3c3c3;
	font-weight: normal;
	font-size:15px;
	padding:0px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
}

.scrollContent hr{
	border:0;
	height:1px;
	color: #c3c3c3;
	background-color: #c3c3c3;
	height: 1px;
	width: 100%;
	text-align: left;
}