 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-size: 16px;
	 font-weight: regular;
	 color: #00335B;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-size: 16px;
	 font-weight: regular;
	 color: #4E6648;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 13px;
	 font-weight: bold;
	 color: #00335B;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 14px;
	 font-weight: bold;
	 color: #758B6F;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 16px;
	 font-family: Georgia, serif;
	 font-weight: regular;
	 color: #00335B;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-size: 16px;
	 font-family: Georgia, serif;
	 font-weight: regular;
	 color:#4E6648;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-size: 13px;
	 color:#00335B;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-size: 13px;
	 color:#4D6547;
	 }

 