 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #2A3217;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #748649;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 12px;
	 line-height: 14px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #2A3217;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 12px;
	 line-height: 14px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #748649;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #463F68;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-family: Georgia, Times, "Times New Roman", serif;
	 font-weight: bold;
	 font-style: italic;
	 font-size: 13px;
	 line-height: 14px;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-size: 12px;
	 line-height: 15px;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 color: #463F68;
	 font-size: 12px;
	 line-height: 15px;
	 }

 /* 1.1 - Page Background */
 BODY {
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #39373A;
	 }

 /* 1.3 - Span Tags - Used to Override Word Styles */
 SPAN{
	 }

 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT {
	 }

 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td {
	 font-family: tahoma, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height: 13px;
	 color: #39373A;
	 }

 /* 1.6 - Top Margin for Content */
.contentmargin {
	 padding-top:20px;
	 }

 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #2A3217;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color : #463F68;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 a:visited {
	 color : #463F68;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 a:hover {
	 color : #9F79AB;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 a:active {
	 color : #463F68;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 