@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.white_text_large {
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box 
	*/
	background: #000;
}.oneColFixCtr #container #mainContent {
	background: #000;
}
.white_h1 {
	color: #FFF;
	font-weight: bold;
}
.sm_white_bold {
	color: #FFF;
	font-weight:bold;
	font-size:small;
}
.small_black {
	color: #000;
	font-weight:normal;
	font-size:xx-small;
}
#banner_text {
	color: #FFF;
	font-weight: bold;
	line-height:0.4;
}
a:link, a:visited {
	color: #eb8105;
	text-decoration: none;
	border-bottom: none;
}
a:hover, a:active {
	border-bottom-style: none;
	text-decoration: none;
}
.body_text {
	color: #000040;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:1.2;
	margin-top:0px;
	padding: 0px;
	vertical-align: top;
}
.body_text_large {
	color: #000040;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
}
.body_text_orange {
	color: #ba5a06;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
.table {
	border: 1px solid #8a8080;
	padding-left:0.4em;
}
.car_table_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #09679F;
}
.car_table_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000040;
	padding:0px;
}
.car_table_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000040;
	padding:0px;
	line-height:1.5;
}

