@charset "ISO-8859-1";
.white-body-text-serif {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:active {
	color: yellow;
	text-decoration: none
}
a:visited {
	color: 333333;
	text-decoration: underline
}
a:hover {
	background-color: #330;
	text-decoration: none
}

a:link {
	color: black;
	text-decoration: underline
}
body {
	background-color: #000000;
	background-image: url();
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.small-bold-sans {
	font-size: smaller;
	font-family: helvetica;
	font-weight: bold;
	color: #000000;
}
.BIG-italic {
	font-size: medium;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.BOLD-italic-header {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.sm-body-serif {color: #000000; font-size: smaller;}
.BIG-numbers {
	font-size: xx-large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.HEADER2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
