 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-weight: normal;
	 color: #476e84;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-weight: bold;
	 color: #638fa7;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #eb9808;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #000000;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-weight : bold;
	 font-size: 15px;
	 color: #476e84;
	 font-style: italic;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-family: arial, Helvetica, sans-serif;
	 font-weight : bold;
	 font-size: 13px;
	 color: #333333;
	 font-style: italic;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #000000;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #476e84;
	 }

 /* 1.1 - Page Background */
 BODY{
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #000000;
	 }

 /* 1.3 - Span Tags - Used to Override Word Styles */
 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT{
	 font-family: Verdana, Geneva, arial, Helvetica, sans-serif !important;
	 font-size: 11px !important;
	 }

 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td{
	 color: #333333;
	 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-size: 18px;
	 font-weight: normal;
	 color: #000000;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link{
	 color: #333333;
	 }

 a:visited{
	 color: #638fa7;
	 }

 a:hover{
	 color: #476e84;
	 }

 a:active{
	 color: #333333;
	 }

 