/* CSS Document */ 

body {
	background-color: #000000;
}

.bg_redaudi {
	background-image:url(images/bg_redaudi.jpg);
	background-repeat: no-repeat;
}

.bg_blackporsche {
	background-image:url(images/bg_blackporsche.jpg);
	background-repeat: no-repeat;
}

.bg_redtt {
	background-image:url(images/bg_redtt.jpg);
	background-repeat: no-repeat;
}

.bg_silverporsche {
	background-image:url(images/bg_silverporsche.jpg);
	background-repeat: no-repeat;
}

.bg_whiteporsche {
	background-image:url(images/bg_whiteporsche.jpg);
	background-repeat: no-repeat;
}

.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #DDD7BC;
}

.bodycopy_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #DDD7BC;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #FF6600;
}

.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #43371D;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #DDD7BC;
}

.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
}

a.credit:link, a.credit:active, a.credit:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #cccccc;
}

a.credit:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}




