body {
	margin-top: 0px;
	background-color: #222E3E;
}
.style1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
}
.style3 {
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
}
.style4 {
	color: #FFCC00;
	font-size: 12px;
	font-family: Tahoma;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}
html {
	SCROLLBAR-FACE-COLOR: #1E252F;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #cccccc;
    SCROLLBAR-ARROW-COLOR: #FFFF00;
    SCROLLBAR-TRACK-COLOR: #222E3E;
	SCROLLBAR-DARKSHADOW-COLOR: #92A184; 
}