body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	background-image: url(images/star-bkgd_sm.gif);
	font: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border {
	border: 1px solid #97B0E6;
}	

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.bold_large {
	font-weight:bold;
	font-size: 11pt;
}

.italic {
	font-style: italic;
}

.text-white {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #FFFFFF;
}

.text-white_BIG {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12pt;
	color: #FFFFFF;
}
.text-white_sm {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color:#FFFFFF;
}

.text-pink_sm {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color:#FF99FF;
}

.text-black {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #000000;
}
.text-blue {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #3300FF;
}
.text-blue_lg {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14pt;
	color: #3300FF;
}
.text-yellow {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #FFFF00;
}

.text-orange {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #FB8C14;
}

.text-green {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #64FF01;
}

.header-yellow {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16pt;
	color: #FFFF00;
}

.header-black {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16pt;
	color: #000000;
}

.header-red {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16pt;
	color: #FF0000;
}

.header-red-lg {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 36pt;
	color: #FF0000;
	font-weight: bold;
}

.header-turq {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #0BF8F1;
	font-weight: bold;
}
.header-turq-lg {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12pt;
	color: #0BF8F1;
	font-weight: bold;
}

.header-yellow {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16pt;
	color: #FFFF00;
}

.header-blue {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #97B0E6;
	font-weight: bold;
}
.header-white-fancy {
	font-family: Baskerville Old Face, serif;
	font-size: 24pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

.header-pink-fancy {
	font-family: Baskerville Old Face, serif;
	font-size: 24pt;
	color: #FF99FF;
	font-weight: bold;
	font-style: italic;
}

a {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #97B0E6;
	text-decoration:none;
}	
	
a:hover {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #97B0E6;	
	text-decoration:underline;
}

a.black_links {
text-decoration:none;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

a.black_links:hover {
text-decoration:underline;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

a.white_links {
text-decoration:none;
	color: #FFFFFF;
	font-size: 9pt;
}

a.white_links:hover {
text-decoration:underline;
	color: #FFFFFF;
	font-size: 9pt;
}

a.red_links {
	color: #FF0000;
	font-size: 16pt;
	text-decoration: underline;
}

a.red_links:hover {
	color: #FF0000;
	font-size: 16pt;
	text-decoration: underline;
}

a.yellow_links {
text-decoration:underline;
	color: #FFFF00;
}

a.yellow_links:hover {
text-decoration:underline;
	color: #FFFF00;
}

a.orange_links {
text-decoration:underline;
	color: #F49E21;
}

a.orange_links:hover {
text-decoration:underline;
	color: #F49E21;
}