 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-size: 15px;
	 line-height: 16px;
	 font-family: Garamond, Georgia, serif;
	 font-weight: bold;
	 color: #605F4B;
	 text-transform: uppercase;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-size: 15px;
	 line-height: 16px;
	 font-family: Garamond, Georgia, serif;
	 font-weight: bold;
	 color: #9E9D91;
	 text-transform: uppercase;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 14px;
	 line-height: 15px;
	 color: #605F4B;
	 text-transform: uppercase;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 14px;
	 line-height: 15px;
	 color: #9E9D91;
	 text-transform: uppercase;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 14px;
	 line-height: 15px;
	 color: #605F4B;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-size: 14px;
	 line-height: 15px;
	 color: #9E9D91;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-size: 10px;
	 line-height: 11px;
	 color: #000000;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-size: 12px;
	 line-height: 13px;
	 font-weight: bold;
	 }

 