/* CSS Document */

<style type="text/css">

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

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	line-height: 20px;
	background-position: center;
	text-align: center;
	vertical-align: top;
	list-style-type: square;
	list-style-position: inside;
	font-style: normal;
	border: none;
}


.italicbig {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: xx-large;
	text-indent: 10px;
}
.copyright {color: #666666}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000000;
	line-height: 20px;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	list-style-type: square;
	list-style-position: inside;
	font-style: italic;
	font-weight: bold;
	background-color: #333333;
	text-indent: 10px;
	height: 1em;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #3366CC;
	text-decoration: underline;
	background-color: #000000;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #3333CC;
	text-decoration: none;
	background-color: #000000;
}
.TITLE {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}

</style>
