body, p, td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
}
	
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}

input, select {
	font-size: 11px;
}

.motorlist a:link {
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
.motorlist a:visited {
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
.motorlist a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight : bold;
}
.motorlist a:active {
	color: #000000;
	text-decoration: underline;
	font-weight : bold;
}

.catmain {
	background-color : #666666;
	color : #FFFFFF;
	font-weight : bold;
	padding :  2px 2px 2px 2px;
}

.white {
	color: #FFFFFF;
}

.boldgrey {
	font-weight : bold;
	padding-left : 3px;
}

.small {
	font-size : 10px;
}

.smallbold {
	font-size : 10px;
	font-weight : bold;
}

.smallwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #FFFFFF;
}

.smallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #999999;
}
.smallwhite a:link {
	color: #EEEEEE;
	text-decoration: none;
}
.smallwhite a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
.smallwhite a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.smallwhite a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

.active {
	background-color : #660000;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #333333;
	font-weight : bold;
	line-height : 24px;
}

/*
All classes used by the menu must include "position:absolute" 
When using background-color remember to add layer-background-color with the same value for NS4
On the classes used for mouseover (overClass) set cursor:pointer; cursor:hand to get hand cursor in all browsers.
*/

/* CoolMenus 4 - default styles - do not edit */

.clCMEvent {
	position:absolute; 
	z-index:300; 
	width:100%; 
	height:100%; 
	clip:rect(0,100%,100%,0); 
	left:0; 
	top:0; 
	visibility:hidden;
	}
	
.clCMAbs {
	position:absolute; 
	width:10; 
	height:10; 
	left:0; 
	top:0; 
	visibility:hidden;
	}
	
/* CoolMenus 4 - default styles - end */

.levelOne, .levelTwo, .levelOne_over {
	position:absolute; 
	overflow:hidden; 
	cursor:pointer; 
	cursor:hand;
	padding:2px; 
	font-size:11px;
	}
	
.levelOne {
	color: #FFFFFF;
	background-color:#5888B6;
	layer-background-color:#5888B6; 
	}
	
.levelOne_over {
	color:#000000; 
	background-color:#B2CFEB; 
	layer-background-color:#B2CFEB;
	}
	
.clB {
	background-color:#13426B;
	layer-background-color:#13426B; 
	position:absolute; 
	visibility:hidden; 
	z-index:300;
	}
	
.clBar {
	position:absolute; 
	width:10; 
	height:10; 
	visibility:hidden; 
	layer-background-color:#666633; 
	background-color:#666633;	
	}

