@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	color: #76746f;
}




/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold; }
em { font-style: italic; }
ol, ul, li { list-style: none; }
* a { position: relative; } /* Gets links displaying over a PNG background */
a { outline: none; /* Gets rid of Firefox's dotted borders */ cursor: pointer; text-decoration: none; border: 0px; }
a img { border: none; } /* Gets rid of IE's blue borders */
abbr {  color: #cbc9c5; margin: 0px 4px 0px 4px; cursor: help; }
p { margin: 0px; line-height: 1.7em; display: block;}




/* ---------- Heading Styles ---------- */
.h1 {
	color: #393632;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin: 12px 0px 12px 0px;
	display: block;
}
.h2 {
	color: #57534d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin: 12px 0px 10px 0px;
	display: block;
}
.h3 {
	color: #393632;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin: 12px 0px 8px 0px;
	display: block;
}
.h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin: 12px 0px 8px 0px;
	display: block;
}
.hPurple {
	color: #5b389e;
}
.hPurpleBI {
	color: #5b389e;
	font-style: italic;
	font-weight: bold;
}
.hBlack {
	color: #000000;
}
.hBlackBI {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.hBlockQuote {
	color: #393632;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 10px 55px 10px 55px;
	background-image: url(../images/img-quotemark.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}
.hCallQuote {
	color: #5b389e;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 2.0em;
	padding: 10px 10px 10px 10px;
	margin: 30px 45px 30px 45px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	display: block;
}