	html {
		overflow-y : scroll;
	}

	body {
		background-color : #FFFFFF;
		margin : 10px;
		padding : 0px;
		color : #333333; 
	}
	
	body, td {
		font-family : verdana;
		font-size : 10pt;
	}
	
	td.BlockHead {
		background-color : #112151;
		color : #FFFFFF;
		padding : 1px 0px 3px 3px;
		font-size : 8pt;
		font-weight: bold;
	}

	td.Foot {
		font-size : 8pt;
		padding : 3px 7px 4px 7px;
		color : #FFFFFF;
		background-color : #112151;
	}
	
	td.Menu {
		font-size : 9pt;
		padding-bottom : 5px;
		color : #FFFFFF;
	}
	
	a.Menu {
		color : #FFFFFF;
		text-decoration : none;
		background-color : #112151;
		padding-left : 2px;
		padding-right : 2px;
		padding-bottom : 2px;
		border-bottom : 3px solid #112151;
	}
	a:Hover.Menu {
		color : #CCCCCC;
		border-bottom : 3px solid #FFFFFF;
	}
	
	a.Foot {
		color : #FFFFFF;
		text-decoration : none;
	}
	a:Hover.Foot {
		color : #CCCCCC;
		text-decoration : underline;
	}
	
	a.HomeLink {
		font-weight : normal;
		text-decoration : none;
		color : #333333;
	}
	a.HomeLink:Hover {
		text-decoration : none;
		color : #FFFFFF;
	}
			
	a.NewsLink {
		font-weight : normal;
		text-decoration : none;
		color : #333333;
	}
	a.NewsLink:Hover {
		text-decoration : none;
		color : #999999;
	}
			
	a.AboutLink {
		font-weight : normal;
		text-decoration : none;
		color : #333333;
	}
	a.AboutLink:Hover {
		text-decoration : underline;
		font-weight : bold;
	}
			
	td.TrackRec {
		font-size : 7pt;
		vertical-align : top;
		padding : 1 5 2 0;
	}

	td.TrackYear {
		font-size : 10pt;
		font-weight : bold;
		padding : 10 0 0 0;
	}
	
	th {
		font-size : 10pt;
		color : #333333;
		text-align : left;
	}
	
	.Legal {
		font-size : 8pt;
	}
	
	.AboutText {
		font-size : 8pt; 
		padding:0px 0px 0px 15px;
	}