HTML {
	height:100%;
	margin:0;
	padding:0;
}

BODY {
	height:99%;
	padding:4px 0 4px 0;
	background: #fff;
	color: #333;
	font-size: 10px;
}


BODY,INPUT,SELECT,TEXTAREA {
	font-family: Verdana, Arial, sans-serif;
}


.BgWhite{
	background-color: #ffffff;
}

.BgLightGreen{
	background-color: #cde859;
}

.BgLightGreenWhole{
	background-color: #cde859;
}

.BgLightGray{
	background-color: #f0f0f0;
}

.BgDarkGray, .BgDarkGray A{
	background-color: #5A5F58;
	color: #ffffff;
}

.BgDarkGreen
{
    background-color: #92ce00;
}


/* master layout */
.masterTable {
	width: 100%;
    height: 100%;
}

.masterCell {
	vertical-align: top;
	width: 95em;
	height: 100%;
	padding: 0 4px 0 4px;
}

.header {
	padding: 0 4px 0 4px;
}

A {
	color: #666;
	text-decoration: none;
}

A:hover {
	color: #000;
	text-decoration: underline;

}

/* unknown IE fix - TODO? */
* html IMG {
	margin-bottom: -2px;
}

H1 {
	font-size: 2em;
	line-height: 2em;
	margin: 0em 0;
	padding: 0em;
}

H2 {
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 0em 0;
	padding: 0em;
}

H3 {
	font-size: 1.5em;
	line-height: 1.8em;
	margin: 0.5em 0;
	padding: 0em;
}

H4 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 0em;
}

P{ margin: 0.5em 0 0; padding: 0}

.ImageOverlayText
{
	margin: 4px 0 0;
	padding: 0 16px;
	}

/* colours */
.darkGrey {
	background: #5b6059;
}

/* specials */

.specialLink:hover
{
	color: #cde859;
}

.history {
	vertical-align: top;
	height: 1px;
}

.historyImage {
	padding: 0 0 1em 1em;
}

.historyRow {
	width: 462px;
}
.sponsorImage {
	padding: 3.3em 0 1em 1em;
}

.textImage {
	padding: 0.5em 0 0em 0em;
}

.cellPadding {
	padding: 4px;
}

.specsPadding {
	padding: 0.4em 0 0.4em 1em;
}

.geosPadding {
	padding: 0.4em 0 0.4em 1em;
}

.racersMargin {
	margin: 0 0 0.4em 0;
}

.textDarkGray {
	color: #5A5F58;
}

.textStartPage {
	font-size: 1.1em;
}

.HomeBrick
{
    margin-bottom: 12px;
}

.HeadlineBrickContainer
{
    padding: 0px 0 10px 4px;
}

/* design elements */

.pixelsDarkLeftTop {
	background:url(style_elements/pixels_dark_left_top.gif);
	horizontal-align: right;
    vertical-align: bottom;
	width: 45%;
}

.pixelsDark {
	background:url(style_elements/pixels_dark_left_top.gif);
	height: 100%;
}

.pixelsDarkRightTop {
	background:url(style_elements/pixels_dark_right_top.gif) bottom;
	width: 55%;
}

.pixelsBrightLeft {
	background:url(style_elements/pixels_bright_left.gif);
	height: 100%;
}

.pixelsBrightRight {
	background:url(style_elements/pixels_bright_right.gif);
	height: 100%;
}

.pixelsDarkLeftBottom {
	background:url(style_elements/pixels_dark_left_bottom.gif);
	height: 37px;
}

.pixelsSpecs {
	background:url(style_elements/pixels_specs.gif);
	height: 1px;
	font-size:0px;
	line-height:0px;
}

.pixelsDarkRightBottom {
	background:url(style_elements/pixels_dark_right_bottom.gif);
	height: 37px;
}

.pixelsGreen {
	background:url(style_elements/pixels_green.gif);
	height: 1px;
	font-size:0px;
	line-height:0px;
	width: 100%;
}

.barMenu{
	background:url(style_elements/bar_menu.jpg);
	width: 100%;
	height: 2em;
}
 .barMenu, .barMenu .Text {
 	color: #cde859;
 	 }

