/**************************************************************/
/* specracer.css                                              */
/*                                                            */
/*   Background Color:      #F0F0F0 (Light Gray)              */
/*   Basic Text Color:      #000000 (Black)                   */
/*   Banner Color:          #1E90FF (Dodger Blue)             */
/*   Link Color:            #FF6600 (Orange)                  */
/*   Bio/Driver Box Color:  #D3D3D3 (Slighty Darker Gray)     */
/*                                             */
/**************************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 8px 8px 0px 8px;
	padding: 0px;
	background-color: #F0F0F0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: underline;
}

a:name{
	color: #FF6600;
	text-decoration: none;
}

/************** header tag styles **************/

h1{
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-family: "Eras Medium ITC";
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
}

h2{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Eras Medium ITC";
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

/*************** list tag styles ***************/

ul{
	list-style-type: circle;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

/************** feature styles *****************/

.pageName {
	color: #FF6600;
	letter-spacing:.2em;
	line-height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	}

.pageName a{
	color: #FF6600;
	text-decoration: none;
}

.pageName a:hover{
	color: #FF6600;
	text-decoration: none;
}


.bodyText {
	color:#000000;
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing:.1em;
	}

.bodyText img{
	padding: 0px 5px 5px 0px;
}


/************** content styles *****************/

.content{
	color: #000000;
	font-size: 70%;
}

.content a{
	color: #FF6600;
	font-weight: bold;
}

.content a:hover{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.content img{
	padding: 0px 0px 0px 0px;
}

/************** box page styles *****************/

.driverbox{
	color: #000000;
	background-color: #D3D3D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height:14px;
	font-weight: bold;
	height: 120px;
	width: 280px;
	border: thin solid #000000;
}

/************** bio styles *****************/

.biobox{
	color: #000000;
	background-color: #D3D3D3;
	height: 220px;
	width: 220px;
	border: thin solid #000000;
}

.carbox{
	color: #000000;
	background-color: #D3D3D3;
	height: 220px;
	width: 320px;
	border: thin solid #000000;
}

.biotext{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
}

.bio{
	color: #000000;
	font:11px Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height:14px;
	letter-spacing:.1em;
}

.bio a{
	color: #FF6600;
	font-weight: bold;
}

.bio a:hover{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.bio img{
	padding: 0px 0px 5px 0px;
}


/********************* end **********************/
