 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-weight: bold;
	 font-size: 15px;
	 font-family : arial, Helvetica, sans-serif;
	 color: #000000;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-weight: bold;
	 font-size: 13px;
	 font-family : arial, Helvetica, sans-serif;
	 color: #999966;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-style: italic;
	 font-size: 13px;
	 font-family : arial, Helvetica, sans-serif;
	 color: #999966;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-style: italic;
	 font-size: 14px;
	 font-family : arial, Helvetica, sans-serif;
	 color: #cc6600;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-weight: bold;
	 font-size: 15px;
	 font-family : arial, Helvetica, sans-serif;
	 color: #999966;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-weight: bold;
	 font-size: 12px;
	 font-family : arial, Helvetica, sans-serif;
	 color: #cc6600;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-size: 11px;
	 font-family : arial, Helvetica, sans-serif;
	 color: #000000;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-size: 11px;
	 font-family : arial, Helvetica, sans-serif;
	 color: #666633;
	 }

 /* 1.1 - Page Background */
 body {
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor{
	 color: black;
	 }

 /* 1.3 - Span Tags - Used to Override Word Styles */
 /* 1.4 - Font Tags - Used to Override Word Styles */
 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td {
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-size : 11px;
	 }

 /* 1.6 - Top Margin for Content */
 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont {
	 font-weight : bold;
	 font-size : 10px;
	 color: #000033;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color : #6D5839;
	 }

 a:visited {
	 color : #B9AB97;
	 }

 a:hover {
	 color : #6D5839;
	 }

 a:active {
	 color : #6D5839;
	 }

 