body
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

body,table,td,tr,th, .head1, .head2, .head3, .head4 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0px;
}

.top 
{
	top: 0px;
	position: absolute;
	height: 200px;
	width:100%;
	background-image: url(/UserFiles/Image/large/top_bg.png);
	background-position: 0px 0px;                   
	background-repeat: repeat-x;
}

th
{
	font-weight:bold;
	text-align:left;
}

.head1
{
	font-size:x-large;
	font-weight: bold;
	background-color:#4B7111;
	color:#FFFFFF;
}

.head2
{	
	font-size:small;
	font-weight:bold;
	background-color:#8EB23D;
	color:#FFFFFF;
}

.head3
{
	font-size:x-small;
	font-weight: bold;
	background-color:#FFFFFF;
	color:#000000;
}

.head4
{	
	font-size:x-small;
	background-color:#4B7111;
}

.highlight1 
{
	background-color: #FFFFCC;
}

select 
{
	font-family: "Courier New", Courier, mono;
	font-size: small;	
}

.highlight2 
{
	background-color: FFFFFF;
	color:#FF0000;
}

.highlight3 
{
	background-color: #CCCCCC;
}

.highlight4 
{
	background-color: #CCCC99;
}

.head2:link, .head2:visited, .head2:active 
{
	text-decoration: none;
	color: #FFFFFF;	
}

.head2:hover
{
	text-decoration:underline;
	color: #FFFFFF;
}

.head3:link, .head3:visited, .head3:active 
{
	text-decoration: none;
	color: #000000;	
}

.head3:hover
{
	text-decoration:underline;
	color: #000000;
}

.head4:link, .head4:visited, .head4:active 
{
	text-decoration: none;
	color: #000000;	
}

.head4:hover
{
	text-decoration:underline;
	color: #000000;
}

.vehicle_1 
{
	font-size: 0.6em;
}

.vehicle_2 
{
	font-size: 16em;
	font-weight: normal;
}

.row_colour_1 
{
	background-color:#4B7111;
}

.row_colour_2 
{
	background-color:#EEF4D8;
}

.row_colour_white 
{

	background-color: #FFFFFF;
}

.winning 
{
	background-color: #FFFFFF;
	color:#FF0000;
}

.not_winning 
{
	background-color: #FFFFFF;
	color:#006699;
}

.winning a:hover
{
	text-decoration: none;
	color: #000066;	
}

.not_winning a:hover
{
	text-decoration: none;
	color: #000066;	
}

.smalltext
{
font-size:x-small;
text-align:center;
}

a:link, a:visited, a:active 
{
	text-decoration: none;
	color: #000000;	
}

a:hover
{
	text-decoration:underline;
	color: #000000;
}


