/* CSS Document */

body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #999999;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #9966CC;
}
a:active {
	text-decoration: none;
	color: #330066;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #330066;
}
h2 {
	font-size: 12px;
}
.style1 {color: #FFFFFF}

