/* CSS Document */

<style type="text/css">

body {
	background-color: #000000;
	background-image: url();
	color: #FFFFFF;
}

.bodytext {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-position: center;
	text-align: left;
	vertical-align: middle;
	list-style-type: square;
	list-style-position: inside;
	font-style: normal;
	border: none;
	font-weight: lighter;
}

.title {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-position: center;
	text-align: left;
	vertical-align: middle;
	list-style-type: square;
	list-style-position: inside;
	font-style: normal;
	border: none;
	font-weight: bold;
}

.title2 {
	font-family: Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-position: center;
	text-align: left;
	vertical-align: middle;
	list-style-type: square;
	list-style-position: inside;
	font-style: normal;
	border: none;
	font-weight: normal;
}


.heading {
	font-family: Helvetica, sans-serif;
	font-size: x-large;
	color: #006699;
	text-align: left;
	vertical-align: middle;
	list-style-type: square;
	list-style-position: inside;
	font-style: normal;
	border: none;
	font-weight: lighter;
}


.copyright {
	font-family: Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	list-style-type: square;
	list-style-position: inside;
	font-style: normal;
	border: none;
	font-weight: lighter;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF9900;
	text-decoration: none;
}


</style>
