/* Default CSS Stylesheet for a new Web Application project */
h1
{
	color:orange;
	text-align:center;
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	opacity:0.4;
	filter:alpha(opacity=40);
}



.VehList {
	display: none;
}

.menu {
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	color: White;
	text-decoration: none;
}

.menu a {
text-decoration: none;
}

.menu a:hover {
text-decoration: underline;
color: yellow;
}

.menu a:visited {
color: yellow;
text-decoration: none;
}

.menuselected {
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	color: yellow;
	text-decoration: none;
}

.medialink {
	font-family: Tahoma;
	font-size: 8pt;
	color: Navy;
	font-weight: bold;
}

.mediaexcerpt {
	font-family: Tahoma;
	font-size: 8pt;
	color: Maroon;
}
.YMM
{
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: DarkRed;
	text-decoration: underline;
	
}
.Options
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
	
}
.Stocknumber
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:Maroon;
	text-decoration: none;
	
}

.vimage
{
	filter:alpha(opacity=85);
	border-style: ridge;	
	border-width:1px;
	border-color: Gray;
	opacity:0.85;
	zindex:0;
}

.vimage:hover
{
	filter:alpha(opacity=100);
	border-color: Maroon;
	height:180px;
	width:240px;
	opacity:1;
	position:absolute;
	left:-133px;
	top:-100px;
	zindex:1;
}



.ModelSummary
{
	display:none;	
}