@charset "UTF-8";
body {
	background-color: #00aef0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 20px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #00AEF0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00AEF0;
}
a:hover {
	text-decoration: underline;
	color: #00AEF0;
}
a:active {
	text-decoration: none;
	color: #00AEF0;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-size: 10px;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
}