.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.headers_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.headersRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #E90016;
	text-decoration: none;
}

.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.MainContentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.MainItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;

}

p {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:justify;
}

li {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#FFFFFF;
	margin-left:-10px;
	line-height:15px;
}

.wheels {
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

input {
	font-family:Arial;
	font-size:11px;
	color:#CCCCCC;
	height:20px;
	width:180px;
	background-color:#232323;
	border:none;
	padding:3px;

}

.send {
	font-family:Arial;
	font-size:11px;
	color:#CCCCCC;
	height:20px;
	width:50px;
	border:none;
	padding:3px;

}


input#button {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#CCCCCC;
	height:20px;
	background-color:#FF0000;
	border:none;
	padding:3px;

}

select {
	font-family:Arial;
	font-size:11px;
	color:#CCCCCC;
	height:20px;
	background-color:#232323;
	border:none;
	padding:3px;
	width:180px;

}

textarea {
	font-family:Arial;
	font-size:11px;
	color:#CCCCCC;
	background-color:#232323;
	border:none;
	padding:3px;
	height:150px;
	width:180px;

}

.small {
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
}


