 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-size: 14px;
	 line-height: 15px;
	 color: #1D2877;
	 font-weight: demi-bold;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-size: 14px;
	 line-height: 15px;
	 color: #FCB131;
	 font-weight: demi-bold;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 12px;
	 line-height: 13px;
	 color: #1D2877;
	 font-weight: bold;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 12px;
	 line-height: 13px;
	 color: #FCB131;
	 font-weight: bold;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 16px;
	 line-height: 22px;
	 color: #7680B5;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-family: Georgia, serif;
	 font-size: 14px;
	 line-height: 20px;
	 color: #FCB131;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-size: 12px;
	 line-height: 13px;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-size: 12px;
	 line-height: 13px;
	 color : #FCB131;
	 }

 /* 1.1 - Page Background */
 BODY {
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 }

 /* 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: verdana, sans-serif;
	 font-size: 11px;
	 line-height: 13px;
	 color: #1D2877;
	 }

 /* 1.6 - Top Margin for Content */
.contentmargin {
	 padding-top:10px;
	 }

 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont {
	 font-size: 14px;
	 line-height: 15px;
	 color: #1D2877;
	 font-weight: demi-bold;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color : #006A53;
	 text-decoration: underline;
	 }

 a:visited {
	 color : #006A53;
	 text-decoration: underline;
	 }

 a:hover {
	 color : #FCA311;
	 text-decoration: underline;
	 }

 a:active {
	 color : #006A53;
	 text-decoration: underline;
	 }

 