a:link, a:visited, a:active {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}
body {
	font-family: verdana, arial, serif;
	font-size: 10pt;
	background-color: #CCCCCC;
	background-image: url('TOYOTA_images/background_image.gif');
	text-align: center;
	margin: 0px;
	color: #000000;
}
div, table, tr, td {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
}
div.body_layer {
	background-image: url('TOYOTA_images/shadow_background.png');
	text-align: center;
	width: 830px;
}
#coupon_layer {
	position: absolute;
	visibility: visible;
	z-index: 99;
	width: 600px;
	left: 50px;
	top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
}
div.side_header {
	text-align: center;
	color: #CC0000;
	font-family: verdana, arial, serif;
	font-size: 10pt;
	font-weight: bold;
}
div.pic_layer {
	background-color: #CCCCCC;
	width: 180px;
	text-align: center;
	vertical-align: top;
	border: #000000 1px solid;
	padding: 3px;
	padding-bottom: 6px !important;
}
form {
	margin: 0px;
}
img.largenail {
	border: #000000 solid 1px;
	width: 480px;
        vertical-align: text-bottom;
	margin: 5px;
}
img.midnail {
	border: #000000 solid 1px;
	width: 160px;
        vertical-align: text-bottom;
	margin: 5px;
}
img.staffphoto {
	border: #000000 solid 1px;
	width: 120px;
        vertical-align: text-bottom;
	margin: 5px;
}
img.thumbnail {
	border: #000000 solid 1px;
	width: 80px;
        vertical-align: text-bottom;
	margin: 5px;
}
table.body_table {
	background-color: #FFFFFF;
	width: 750px;
	border-collapse: collapse;
}
table.header_table {
	background-color: #CCCCCC;
	width: 750px;
	border-collapse: collapse;
}
table.vehicle_table_out_1 {
	width: 500px;
	background-color: #FFFFFF;
	color: #000000;
}
table.vehicle_table_out_2 {
	width: 500px;
	background-color: #CCCCCC;
	color: #000000;
}
table.vehicle_table_over {
	width: 500px;
	background-color: #CC0000;
	color: #FFFFFF;
}
td.body_cell {
	background-image: url('TOYOTA_images/body_table_background.gif');
	background-color: #CCCCCC;
	width: 750px;
}
tr.vehicle_row_out_1 {
	background-color: #FFFFFF;
	color: #000000;
}
tr.vehicle_row_out_2 {
	background-color: #CCCCCC;
	color: #000000;
}
tr.vehicle_row_over {
	background-color: #CC0000;
	color: #FFFFFF;
}
p.confirmation {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #0000FF;
}
p.error {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}