body
{
    background-color: #000000;
    background-image: url("pics/background.gif");
	margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    color: #757575;
}

.title
{
    font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
}

p
{
    margin-top: 0px;
    margin-bottom: 16px;
}

a
{
    color: #757575;
    text-decoration: underline;
}

td
{
	font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
	vertical-align: top; 
	color: #757575;
}

td.white
{
    background-color: #ffffff;
}

table
{

}

table.upcoming
{
    background-image: url("pics/upcoming_bg.png");
}

table.history
{
    background-image: url("pics/history_bg.png");
}

