/*Tags*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	margin: 0 0 0 0;
	background-image: url(../img/gallery_photos/1957/flower_bg_blue.jpg);
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

/*IDs, Contextual Selectors*/
td#top_nav {
	font-size: 10px;
	text-align: left;
}
a:hover {
	text-decoration: underline;
}

/*Classes*/
.footer {
	font: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: center;
}
.footer a{
	color: #FFFFFF;
}
.car_title {	font-size: 18px;
	font-weight: bold;
}

.tb_selected {
	border: 5px solid #FFFFFF;
}
.semitran {
	opacity: .5;
	filter: alpha(opacity=50);
}
.notran {
	opacity: 1;
	filter: alpha(opacity=100);
}

