/* Main Background setup */
body {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	color: #8E908F;
	margin: 0px;
	background-color: #edf8fe;
	background-image: url(../images/bg_try.gif);
	background-repeat: repeat-x;
}
.left_bg {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	width: 23px;
}
.right_bg {
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
	width: 27px;
}
.white_bg {
	background-color: #FFFFFF;
}
.div_line {
	background-image: url(../images/div_line.gif);
	background-repeat: repeat-x;
}

/* HTML Heading */
h1 {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #353535;
}
.text {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 14px;
	color: #8F8F8F;
}
ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}


/* Background middle car */
.bg_middle_car {
	background-image: url(../images/bg_middle_mazda.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Default Text Link Style */
a:link {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 20px;
	color: #0078BC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 20px;
	color: #0078BC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 20px;
	color: #0078BC;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 20px;
	color: #0078BC;
	text-decoration: none;
}

/* Form Style */
.form_bg {
	background-image: url(../images/email_bg.gif);
	background-repeat: repeat-x;
}
.form_head {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #015A8D;
}
.input_bg {
	background-color: #E0E0E0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 150px;
}

