body {
    background:url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#3399FF;
	scrollbar-highlight-color:#3399FF;
	scrollbar-shadow-color:#3399FF;
	scrollbar-3dlight-color:#3399FF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FeFeFe;
	scrollbar-darkshadow-color:#C0C0C0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#0000FF;
}
a:hover {
	color:#FF0000;
}
.blueButtonCss {
	font-family:"Tahoma","ËÎÌå";
	font-size:12px;
	color:#003399;
	border-bottom:#93bee2 1px solid;
	border-left:#93bee2 1px solid;
	border-right:#93bee2 1px solid;
	border-top:#93bee2 1px solid;
	background-color:#e8f4ff;
	cursor:hand;
}