@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
body {
	margin-top: 20px;
	margin-bottom: 20px;
	background:url(images/bg.png);
}
a:link {
	text-decoration: none;
	color:#000066;
}
a:visited {
	text-decoration: none;
	color:#003366;
}
a:hover {
	text-decoration: underline;
	color:#0066FF;
}
a:active {
	text-decoration: none;
	color:#0000FF;
}
.style1 {
	font-size:10px;
}
.style2 {
	font-size:12px;
}
.style3 {
	font-size:18px;
}
.style4 {
	font-size:24px;
	font-weight:bold;
}
.style5 {
	font-size:36px;
	font-weight:bold;
}
.style6 {
	border-color:#000066; border-style:solid; border-width:thin;
}
.style7 {
	border-color:#FF3399; border-style:ridge; border-width:medium;
}
table {
	background:url(images/bg2.jpg);
}
