/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana;
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #FF9900;
}

h1 {
	color: #FF9933;
	font-size: 24px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
-->
.style1 {font-size: 24px}
.style4 {font-size: 24px; font-weight: bold; }
.style6 {
	font: bold 18px;
}
.style7 {
	color: #FF9900;
	font: bold;
	font-size: 18px;
}
.style8 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}