.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.bgleft {
	background-image: url(images_site/edge_L.gif);
	background-repeat: repeat-y;
}
.bgright {
	background-image: url(images_site/edge_R.gif);
	background-repeat: repeat-y;
}
.bgvertical {
	background-image: url(images_site/line_v.gif);
	background-repeat: repeat-y;
}
.textdark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C99AF;
	font-weight: bold;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.textdarknormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 6C99AF;
}

.bg {
	background-attachment: fixed;
	background-image: url(images_site/bg_bmw.gif);
}

a:link { text-decoration: none; color: #6C99AF }
a:visited { text-decoration: none; color: #6C99AF }
a:active { text-decoration: none; color: #6C99AF; }
a:hover { text-decoration: underline; color: #999999 }
