﻿/* Text Styles */
p, a, li, ul {
	font-family: verdana;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #6e6e70;
	text-align: justify;
	line-height:16px;
}

ul, li {
	padding-left: 15px;
	margin-left: 10px;
	padding-bottom: 6px;
}
p.footer-text {
	font-family: verdana;
	font-size: 8pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #6e6e70;
}
em.required {
	color:red;
}
#mar {
	font-size: 8pt;
	color: white;
	font-family: verdana;
	padding-top: 3px;
}
h1 {
	font-family: Arial;
	font-size: 38px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: white;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	margin: 0 0 10 0;
	padding: 0 0 0 0;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: black;
}
h3 {
	font-family: Arial;
	font-size: 14px;
	margin: 0 0 10 0;
	padding: 0 0 0 0;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: black;
}
h4 { /* Used on call out boxes */
	font-family: Arial;
	font-size: 12px;
	margin: 0 0 10 0;
	padding: 0 0 0 0;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: black;
}

/* Hyperlinks */
a:link, a:active, a:visited {
	color: #f7941d;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
/* Top Menu Hyperlinks */
a:link.top-menu, a:active.top-menu, a:visited.top-menu {
	color: gray;
	text-decoration: none;
}
a:hover.top-menu {
	color: red;
	text-decoration: underline;
}
/* Newsticker Hyperlinks */
a:link.mar, a:active.mar, a:visited.mar {
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}
a:hover.mar {
	font-size: 8pt;
	color: red;
	text-decoration: underline;
}
/* LHS Menu Hyperlinks */
a:link.lhs-menu, a:active.lhs-menu, a:visited.lhs-menu {
	color: black;
	text-decoration: none;
}
a:hover.lhs-menu {
	color: red;
	text-decoration: underline;
}
/* Footer Hyperlinks */
a:link.footer, a:active.footer, a:visited.footer {
	font-size: 8pt;
	color: #f7941d;
	text-decoration: underline;
}
a:hover.footer {
	font-size: 8pt;
	color: red;
	text-decoration: underline;
}
/* Hyperlinks */
a:link.car_range, a:active.car_range, a:visited.car_range {
	color: #f7941d;
	text-decoration: underline;
	font-weight:bold;
}
a:hover.car_range {
	color: red;
	text-decoration: underline;
	font-weight:bold;
}

/* Form Titles */
.form-title {
	color: white;
}

