/* ------------------- GENERAL FORMATING ------------------- */

BODY, P, TD, OL, UL, BLOCKQUOTE, SPAN {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color : #000;}

/*h1 {font-family: Arial, Geneva, sans-serif; font-size: 14px;
	font-weight: bold;
	color : #c00;
	line-height: 16px;}*/
	
h1 {color: #693c57; font-weight: bold; font-size: 16px; line-height: 19px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular}

h2 {font-family: Arial, Geneva, sans-serif; font-size: 12px;
	font-weight: bold;
	color : #333;
	line-height: 16px;}

h3 {font-family: Arial, Geneva, sans-serif; font-size: 12px;
	font-weight: bold;
	color : #666;
	line-height: 16px;}

.b {font : bold;}
.i {font : italic;}
.bi {font : italic bold;}
img.border {border: 1px solid #693C57;}

/* ------------------- BREADCRUMB NAVIGATION ------------------- */

.breadcrumbs {font : normal 9px; color : #333; text-decoration : none;}
A:link.breadcrumbs {font : normal 9px; color : #666; text-decoration : none;}
A:visited.breadcrumbs {font : normal 9px; color : #666; text-decoration : none;}
A:hover.breadcrumbs {font : normal 9px; color : #c00; text-decoration : none;}

/* ------------------- SPECIFIC FORMATTING ------------------- */

td { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.bodycopy   { line-height: 16px }
.bodyCopyPurple      { color: #693c57; line-height: 16px }
.bodyCopyGreen { color: #4b5849; line-height: 16px }
.smalltext   { font-size: 9px; line-height: 12px }
.SmallTextPurple    { color: #693c57; font-size: 9px; line-height: 16px }
.SmallTextGreen { color: #4b5849; font-size: 9px; line-height: 12px }
.headlinePurple { color: #693c57; font-weight: bold; font-size: 16px; line-height: 19px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.headlineGreen { color: #4b5849; font-weight: bold; font-size: 16px; line-height: 19px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.quote      { color: #693c57; font-weight: bold; font-size: 13px; line-height: 16px; font-family: "Times New Roman", Georgia, Times }
a:link                         { color: #693c57; font-weight: normal; text-decoration: underline }
a:visited                        { color: #693c57; text-decoration: underline }
a:active                        { color: #693c57; text-decoration: underline }
a:hover                          { color: #4b5849; text-decoration: underline }

/* ------------------- Needed for Testimonials ------------------- */

h5 {
	color: #693c57;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
h6 { color: #693c57; font-weight: normal; font-size: 9px; line-height: 16px }

/* ------------------- BUTTON NAVIGATION ------------------- */

A.button {font : 10px; border: 1px solid #7F9DB9; padding: 1px 10px 1px 10px; background-color: #fff;}
A:link.button {color: #000; text-decoration : none;}
A:visited.button {color: #000; text-decoration : none;}
A:hover.button {color: #000; text-decoration : none;}

/* -------------------- FORM ELEMENTS -------------------- */

INPUT {font : 10px Verdana, Arial, Helvetica, sans-serif;
	background : #fff;
	border : 1px #7F9DB9 solid;}

SELECT {font : 10px Verdana, Arial, Helvetica, sans-serif;
	background : #fff;
	border : 1px #7F9DB9 solid;}

TEXTAREA {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background : #fff;
	border : 1px #7F9DB9 solid;}
