body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #666666;
	
	scrollbar-base-color:#000000;
	scrollbar-track-color:#333333;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#999999;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#999999;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#999999;
	
	
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
}
.smalltext {
	font-size: 10px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
	text-decoration: line-through;
}
a:active {
	color: #FF0000;
}
.bottomdivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.titleheading {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.tableborder {
	border: 1px solid #000000;
}
.dividerline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}
