/* CSS Document */
body {
	color: #333333;
	font-size: 12px;
	background-image: url(back.gif);
	margin-top: 0px;
	margin-right: 0px;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.smallfont {font-size: 10px}
.style1 {
	color: #00CCFF;
	font-size: 14px;
}
.style4 {font-size: 14px}
.style5 {color: #00CCFF}
div{
	scrollbar-face-color:#7BEBFE;
	scrollbar-track-color:#E8FAEF;
	scrollbar-arrow-color:#189DF10;
	scrollbar-3dlight-color:#189DF1;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#467FAE;
	scrollbar-darkshadow-color:#189DF1;
}