/* Section Five: Site Object Elements */	

/* 5.1 Header A Style */
.headera {font-family:"Trebuchet MS",sans-serif;
         font-size: 14px;
	 line-height: 16px;
	 font-weight: bold;
	 color: #cfc26a;}

/* 5.2 Header B Style */
.headerb {font-family:"Trebuchet MS",sans-serif;
         font-size: 14px;
	 line-height: 16px;
	 font-weight: bold;
	 color: #88a57a;}

/* 5.3 Subheader A Style */
.subheadera {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:14px;
         line-height:16px;
         color:#7a8ea9;}

/* 5.4 Subheader B Style */
.subheaderb {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:12px;
         line-height:14px;
         color:#88a57a;}

/* 5.5 Emphasize A Style */
.emphasizea {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:12px;
         line-height:14px;
         color:#3b4655;}

/* 5.6 Emphasize B Style */
.emphasizeb {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:12px;
         line-height:14px;
         color:#cfc26a;}

/* 5.7 Body A Style */
.bodya {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:12px;
         line-height:14px;
         color:#7a8ea9;}

/* 5.8 Body B Style */
.bodyb {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-style:italic;
         font-size:12px;
         line-height:14px;
         color:#7a8ea9;}