@charset "utf-8";
/* CSS Document */

html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	background-image: url(../images/bg.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.style1 {color: #0099FF}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}