﻿/* Home Page Specific */
.ResultsTable 
{
                width: 350px;
				padding: 0px 0px 0px 0px;
				margin: 8px 0px 0px 0px;
				font-size: 90%;
}
.ResultsTable td {
				padding: 0px 8px 0px 0px;
				white-space: nowrap;
}
.ResultsTable .Position {
				text-align: center;
}
.ResultsTable .ResultNum{
				width:100px;
}

.ResultsTable .EventName {
				font-weight: bold;
}
.ResultsTable .CurrentDriver {
				font-weight: bold;
}

.ResultsComments{
				font-size: 85%;				
}

.DateHeader
{
    font-size: 90%;
    font-weight: bold;
}

.DateHeader span
{
    font-weight: normal;
    font-style: italic;
}


.LatestNews
{
    margin-top: 4px;
    width: 350px;
}