/******************* BEGIN HTML TAGS **********************/
	html,table,input,select,textarea{
		font-family: Tahoma, Arial, Verdana, sans-serif;
		font-size:11px;
		color: #fefefe;
		line-height:15px;
	}
	input,select,textarea {
		border: 1px solid #555555;
		background-color:#FCFCFC;
		color:#454545;
	}
	input.button{
		border:none;
	
	}
	p{
		margin-bottom:1em;
		padding: 0px;
		margin-top: 0px;
		/*line-height:14px;*/
	}
	
	/** links **/
		a:link,a:visited{
			text-decoration:underline;
			color:#B50808;
		}
		a:hover, a:active{
			color: #CC0000;
			text-decoration:none;
		}
		
	/**********/
	
	form{
		padding:0px;
		margin:0px;
	}
	
	/** lists **/
		ul {
			padding: 0px 0px 1em;
			list-style-position: outside;
			list-style-type: none;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 2em;
			list-style-image: none;
		}
		li {
			padding-bottom: 0.1em;
			list-style-image: url(../../_images/bullet.gif);
			padding-left: 0em;
			margin-left: 0em;
			padding-right:0em;
			margin-right:0em;
			font-size:9px;
		}	
	/**************/
	
	/** headings **/
	h1 {
		font-family:Tahoma, Verdana, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		line-height:21px;
		padding: 0px;
		margin: 0px 0px 0em;
		border-bottom-width: 1px;
		border-bottom-style: groove;
		border-bottom-color: #B60303;
	}
	h2 {
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		text-decoration: none;
		padding: 0px;
		margin: 0px 0px 0.6em;
	}
	h3 {
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		text-decoration: none;
		padding: 0px;
		margin: 0px 0px 0.6em;
		border-left-width: 2px;
		border-left-style: none;
		border-left-color: #E9E9E9;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #D9C0A0;
	}
	/**********/
	
/************ END HTML TAGS ***********************/



/************* BEGIN CUSTOM STYLES ****************/

	/** Truck Listings **/
	.listingTitle{
		font-family:Tahoma, Verdana, Arial, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#B60303;
	}
	.listingTitleLarge{
		font-family:Tahoma, Verdana, Arial, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#000000;
		line-height:14px;
	}
	.listingStatsTitle{
		font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#FFFFFF;
	}
	.listingStats{
		font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	.listingContent{
		font-family:Tahoma, Verdana, Arial, sans-serif;
		font-size:10px;
		font-weight:normal;
		color:#ffffff;
		line-height:11px;
	}
	.listingContent a, .listingContent a:link, .listingContent a:visited{
		text-decoration:none;
		color:#ffffff;
	}
	.listingContent a:hover, .listingContent a:active{
		text-decoration:underline;
		color:#ffffff;
	}
	a.listingContent:hover{
		text-decoration:underline;
	}
	
	.underDash{
		border-bottom:1px dashed #fefefe;
	}
	.listingImage{
		border:1px solid #ffffff;
	}
	/********************/



.emphasized,.emphasized:link,.emphasized:hover,.emphasized:visited{
	font-weight:bold;
	color:#B50808;
}

.errorText{
	color:#B50808;
	font-size:13px;
	font-weight:bold;
}

.whiteLarge{
	font-size:13px;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}
.bottomNav,a.bottomNav,a.bottomNav:visited{
	color:#EFEFEF;
	font-weight:bold;
	font-size:9px;
	
}
a.bottomNav:hover{
	color:#FFFFFF;
}
.copyright,a.copyright,a.copyright:visited{
	font-weight:bold;
	color:#454545;
	font-size:9px;
}
a.copyright:hover{
	color:#000000;
}
.footer{
	background-image:url(../../_images/tiles/footer_bg.gif);
	background-repeat:no-repeat;
	font-size:9px;
	color:#D5D5D5;
}
.error{
	background-color:#006600;
	font-size:9px;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	padding: 2px;
	color:#FFFFFF;
}
.sortText{
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, sans-serif;	
}
.sortText a, .sortText a:visited, .sortText a:link, .sortText a:active{
	text-decoration:none;
}
.sortText a:hover{
	text-decoration:underline;
}