/* CSS Document */

<style type="text/css">

body {
	background-color: #FFFFFF;
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 66cccc;
	line-height: normal;
	font-weight: lighter;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: 66cccc;
}
a:active {
	text-decoration: none;
	color: 66cccc;
}

</style>
<script type="text/JavaScript">
