@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 800px;
	padding: 0px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	color: #000;
}
#wrapper #header {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #CCC;
	font-style: italic;
}
#wrapper #import {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	font-style: normal;
	padding-top: 15px;
}
#wrapper #vehicles p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #import p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #vehicles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding-top: 15px;
}
#wrapper #import a:hover {
	color: #FAEC47;
	text-decoration: underline;
	font-size: 18px;
}
#wrapper #vehicles a:hover {
	color: #090;
	text-decoration: underline;
	font-size: 18px;
}
#wrapper #import a:visited {
	color: #333;
	text-decoration: none;
}
#wrapper #vehicles a:visited {
	color: #333;
	text-decoration: none;
}
#wrapper #import a {
	text-decoration: none;
	color: #333;
}
#wrapper #vehicles a {
	color: #333;
	text-decoration: none;
}
#wrapper #header ul li {
	list-style-type: none;
}
#wrapper #vehicles table tr td p img {
	text-align: center;
}
