﻿@import url(layout.css);
@import url(disclaimer.css);
body {
	color: black;
	background: #fff url("../images/chevybg.jpg") top;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/* 	background-color: #bcd0d1; */
	background-color: #fff;
	color: #1e54a3;
	margin-top: 20px;
}
#container {
	background-color: #fff;
	width: 940px;
	margin: 0 auto;
	border-right: 5px solid #fff;
	border-bottom: 0;
	border-left: 5px solid #fff;
}
#masthead {
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 940px;
}
#column_l {
	width: 915px;
	margin: 0;
	padding: 15px;
	background-color: #fff;
}
#footer {
	width: 940px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
}
#container img {
	border: 0px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: red;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #f00;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_underline {
	text-decoration: underline
}
.style_center {
	text-align: center;
}
.no_border {
	border-width:0px;
}
.green_bar
{
	background-color: #C1FFC1;
}
.light_gray_bar {
	background-color: #F0F0F0;
}
.gray_bar
{
	background-color: #b0b0b0;
}
.red_text {
	color: red;
}
.black_text {
	color: black;
}
.orange_bar {
	background-color: #FF9933;
}
.strike-through {
	text-decoration: line-through;
	font-family: "Trebuchet MS";
}
.red_head {
	font-size: 10pt;
	color: #fff;
	background-color: red;
}

h3 {
	 font-size: 15px;
	 color: white;
}
}
h5 {
	font-size: 12pt;
	color: red;
}
.indent_40 {
	margin-left: 40px;
	margin-right: 40px;
}
.indent_60 {
	margin-left: 60px;
	margin-right: 60px;
}

.special_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20pt;
	color: red;
}

.emphasis_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	color: red;
}