 /* 5.1 Header A Style */
.headera {
	 font-size: 15px;
	 line-height: 16px;
	 font-family: "Verdana", sanserif;
	 color: #737373;
	 font-weight: bold;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #748649;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 12px;
	 line-height: 14px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #2A3217;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 12px;
	 line-height: 14px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #748649;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #463F68;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-family: Georgia, Times, "Times New Roman", serif;
	 font-weight: bold;
	 font-style: italic;
	 font-size: 13px;
	 line-height: 14px;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-size: 11px;
	 line-height: 17px;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 color: #A5A499;
	 font-size: 9px;
	 line-height: 15px;
	 font-weight: normal;
	 }

 