﻿body
{
	background-color: #000000;
	font-family: Arial;
	font-size: 0.9em;
	color: #ffffff;

}
td 
{
	font-family: Arial;
	color: #ffffff;
}
div
{
	color: #ffffff;
}
img 
{
	border-color: Black;
}
.topbar
{
	z-index: 10;
	width: 1100px;
	height: 16px;
	background-color: Red;
	border-bottom: 2px solid #7f0000;
	border-right: 2px solid #7f0000;
	border-top: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
}
.small 
{
	font-size: 0.8em;
}
.topbarlink
{
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}
.topbarlink:hover
{
	text-decoration: none;
	color: #e0e000;
	font-weight: bold;
}
A
{
	color: #ffff00;
}

.c1 
{
	background-color: red;
    width: 270px;
    vertical-align: top;
}
.c2 
{
	background-color: red;
    width: 500px;
    vertical-align: top;
    text-align: left;
}

.c3
{
    width: 100px;    vertical-align: top;
    text-align: center;
}
.c4
{
	background-color: Red;
    width: 500px;
        vertical-align: top;
	
}