/* Section Five: Site Object Elements */	

/* 5.1 Header A Style */
.headera {font-family:"Trebuchet MS",sans-serif;
         font-size: 15px;
	 line-height: 17px;
	 font-weight: bold;
	 color: #A68462;}

/* 5.2 Header B Style */
.headerb {font-family:"Trebuchet MS",sans-serif;
         font-size: 15px;
	 line-height: 17px;
	 font-weight: bold;
	 color: #ccbdae;}

/* 5.3 Subheader A Style */
.subheadera {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:15px;
         line-height:17px;
         color:#A68462;}

/* 5.4 Subheader B Style */
.subheaderb {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:15px;
         line-height:17px;
         color:#ccbdae;}

/* 5.5 Emphasize A Style */
.emphasizea {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:12px;
         line-height:14px;
         color:#A68462;}

/* 5.6 Emphasize B Style */
.emphasizeb {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:12px;
         line-height:14px;
         color:#ccbdae;}

/* 5.7 Body A Style */
.bodya {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:12px;
         line-height:12px;
         color:#A68462;}

/* 5.8 Body B Style */
.bodyb {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:11px;
         line-height:13px;
         color:#ccbdae;}