/* CSS Document */
body,td,th {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
}
body {
	background-image: url();
	background-color: #FFFFFF;
}
.style1 {font-family: Georgia, "Times New Roman", Times, serif}
a {
	font-size: small;
	color: #3300FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9900FF;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.style2 {font-size: small}

