/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
body {
	background-color: #101010;
}
a:link {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.thumbnails {
	position:relative; 
	width:550px; 
	height:108px; 
	z-index:1; 
	left: 1px; 
	top: 8px; 
	overflow: auto; 
	clip: rect(auto 500 50 auto); 
	white-space:nowrap;
}
