/* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera{
	 color: #6699cc;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-weight: normal;
	 }

 /* 5.2 Header B Style */
.headerb{
	 color: #336699;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-weight: normal;
	 }

 /* 5.3 Subheader A Style */
.subheadera{
	 color: #cc3333;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 }

 /* 5.4 Subheader B Style */
.subheaderb{
	 color: #000000;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea{
	 color: #333333;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 15px;
	 font-weight: bold;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb{
	 color: #333333;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-style: italic;
	 font-weight: bold;
	 }

 /* 5.7 Body A Style */
.bodya{
	 color: #333333;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 12px;
	 font-weight: normal;
	 }

 /* 5.8 Body B Style */
.bodyb{
	 color: #336699;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 15px;
	 font-weight: bold;
	 }

 /* 1.1 - Page Background */
 BODY{
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #000000;
	 }

 /* 1.3 - Font Style for Span Tags - Used to Override Word Styles */
 SPAN{
	 color: #333333;
	 }

 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT{
	 font-family: arial, Helvetica, sans-serif !important;
	 font-size: 12px !important;
	 }

 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td{
	 color: #333333;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 12px;
	 }

 /* 1.6 - Top Margin for Content */
 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont{
	 color: #666666;
	 font-size: 18px;
	 font-weight: normal;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color: #336699;
	 }

 a:visited{
	 color: #336699;
	 }

 a:hover{
	 color: #cc3333;
	 }

 a:active{
	 color: #336699;
	 }

 