DIV#Header
{
    left: -1px;
    width: 937px;
    position: absolute;
    top: 0px;
    height: 200px;
    background-color: black;
}
DIV#Menu
{
    left: 0px;
    width: 160px;
    position: absolute;
    top: 185px;
    background-color: black;
}
DIV#Body
{
	left: 160px;
	width: 617px;
	position: absolute;
	top: 200px;
	background-color: black;
}
DIV#Right
{
    left: 777px;
    width: 160px;
    position: absolute;
    top: 200px;
    background-color: black;
}
a:link {
	color: #00CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336600;
}
a:hover {
	text-decoration: underline;
	color: #33CC00;
}
a:active {
	text-decoration: none;
}
body
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    color: white;
    background-color: black;
    text-align: justify;
}
.title_white {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
}
.medium_white {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: white
}
.small_white {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: white
}
.title_red
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #CC0066;
    font-weight: bold;
}
.medium_red
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #CC0066;
}
.small_red
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    color: #CC0066;
}
.title_yellow
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 14px;
    color: yellow;
    font-weight: bold;
}
.medium_yellow
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    color: yellow;
}
.small_yellow
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    color: yellow;
}
.title_green
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #00CC00;
    font-weight: bold;
}
.medium_green
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #00CC00;
}
.small_green
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    color: #00CC00;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.ticker_font {
	font-family: "Courier New", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	border: 0px;
	cursor: default;
	background-image: url(images/tickerbackground.jpg);
}
