/* Project for www.xlr8driving.co.uk 
   author: Paul Steven (pwsteven@yahoo.co.uk) */

body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 12px;
	background: #000000;
	color: #FFFFFF;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 


/*- Menu 4--------------------------- */
	
#menu4 {
	width: 160px;
	margin: 0;
	border-style: solid solid none solid;
	border-color: #000000;
	border-width: 1px;
	}
	
#menu4 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #FFF;
	display: block;
	background:  url(../i/menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu4 li a:hover {
	color: #FFF;
	background:  url(../i/menu4.gif);
	padding: 8px 0 0 10px;
	}	
	
h2 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	color: #FFFFFF;
}	

.redText {
	background: inherit;
	color: #FF0000;
}

a {
	text-decoration: none;
	color: #808080;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.tableHeight {
	height: 320px;
}

.redHover a {
	text-decoration: none;
	color: #000000;
}

.redHover a:hover {
	color: #000000;
	text-decoration: underline;
}

.blackText {
	color: #000000
	background: inherit;
}
