.body { color: white; font-size: 10px; font-family: Arial }
.body_black { color: black; font-size: 10px; font-family: Arial }
.body_red_hilite { color: red; font-size: 10px; font-family: Arial }
.heading { color: red; font-weight: bold; font-size: 12px; font-family: Arial }
.heading_black { color: black; font-weight: bold; font-size: 12px; font-family: Arial }
.white_heading { color: white; font-weight: bold; font-size: 12px; font-family: Arial }
.white_heading_block    { color: white; font-size: 12px; font-family: Arial; font-style: normal; font-weight: bold; line-height: 150%; background-color: black }
.green_heading { color: #3f0; font-weight: bold; font-size: 12px; font-family: Arial }
.read_heading  { color: red; font-weight: bold; font-size: x-large; font-family: Arial }
.read_headingbig { color: red; font-weight: bold; font-size: xx-large; font-family: Arial }
.blue_heading { color: blue; font-weight: bold; font-size: x-large; font-family: Arial }
.grey_heading { color: gray; font-weight: bold; font-size: x-large; font-family: Arial }
.pink_heading  { color: fuchsia; font-weight: bold; font-size: x-large; font-family: Arial }
.small_red_head  { color: red; font-weight: bold; font-size: 11px; font-family: Arial }
.small_black_head1 { color: black; font-weight: bold; font-size: 11px; font-family: Arial }
a:link       { color: white; font-size: 12px; font-family: Arial; font-weight: bold }
a:hover       { color: white; font-size: 12px; font-family: Arial; font-weight: bold }
a:visited    { color: #afafaf; font-size: 12px; font-family: Arial; font-weight: bold }
.news_copy  { color: white; font-style: normal; font-weight: normal; font-size: 12px; font-family: Arial }
.news_copy_black { color: black; font-size: 12px; font-family: Arial }
.tablebrdr_right  { border-top: 0px white; border-right: 1px dotted #444; border-bottom: 0px white; border-left: 0px white }
.tablebrdr_left_right { border-style: none dotted none dotted; border-width: 0px 1px 0px 1px; border-color: white #444 white #444 }
.tablebrdr_left { border-top: 0px white; border-right: 0px; border-bottom: 0px white; border-left: 1px dotted #444 }
.tablebrdr_top  { border-style: dotted none none dotted; border-width: 1px 0px 0px 0px; border-color: #444 white #444 white }
.tablebrdr_btm_tp   { border-top: 1px dotted #444; border-right: 0px none #444; border-bottom: 1px dotted #444; border-left: 0px #444 }
.tablebrdr_al_solid { border: solid 1px black }
.tablebrdr_btm { border-style: none none dotted none; border-width: 0px 0px 1px 0px; border-color: #444 }

ul.top {
	list-style-type: none;
		position: absolute;
	top: 42px;
	left: 287px;
}
ul.top li {
		display: inline;
}

ul.top a{
	text-decoration: none;
	margin-right: .75em;
}

ul.top a:link {
	color: white;
}

ul.top a:visited {
	color: white;
}

ul.top a:hover {
	color: red;
}

ul.top a:active {
	color: white;
}