 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-family:Arial,sans-serif;
	 font-size: 16px;
	 line-height:18px;
	 color:#000;
	 font-weight:bold;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-family:Arial,sans-serif;
	 font-size: 18px;
	 line-height:20px;
	 color: #003366;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-family:Arial,sans-serif;
	 font-size: 14px;
	 line-height:16px;
	 color:#44698F;
	 font-weight: bold;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-family:Arial,sans-serif;
	 font-size: 14px;
	 line-height:16px;
	 color:#000000;
	 font-weight: bold;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-family:"Times New Roman",serif;
	 font-size:17px;
	 line-height:18px;
	 color:#77774e;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-family:Arial,sans-serif;
	 font-weight:bold;
	 font-size:13px;
	 line-height:15px;
	 color:#333333;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-family:Arial,sans-serif;
	 font-weight:bold;
	 font-size:12px;
	 line-height:14px;
	 color:#1E3852;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-family:Arial,sans-serif;
	 font-weight:bold;
	 font-size:12px;
	 line-height:14px;
	 color:#77774e;
	 }

 