/* Section Five: Site Object Elements */	

/* 5.1 Header A Style */
.headera {font-family:"Trebuchet MS",sans-serif;
         font-size: 13px;
	 line-height: 15px;
	 font-weight: bold;
	 color: #371B68;}

/* 5.2 Header B Style */
.headerb {font-family:"Trebuchet MS",sans-serif;
         font-size: 13px;
	 line-height: 15px;
	 font-weight: bold;
         color:#608A55;}

/* 5.3 Subheader A Style */
.subheadera {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:13px;
         line-height:15px;
	 color: #74747C;}

/* 5.4 Subheader B Style */
.subheaderb {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:13px;
         line-height:15px;
         color:#AFA346;}

/* 5.5 Emphasize A Style */
.emphasizea {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:13px;
         line-height:17px;
         color:#5f5f6a;}

/* 5.6 Emphasize B Style */
.emphasizeb {font-family:Georgia,serif;
         font-weight:normal;
         font-size:13px;
         line-height:15px;
         color:#75629B;}

/* 5.7 Body A Style */
.bodya {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:11px;
         line-height:12px;
         color:#614B8C;}

/* 5.8 Body B Style */
.bodyb {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:11px;
         line-height:13px;
         color:#5f5f6a;}


/* Font Style for Regular Text */
 p,ol,li,td {
	 font-family : "Trebuchet MS", sans-serif;
	 font-size : 12px;
         line-height: 14px;
         font-weight:normal;
	 color: #484851;}

/* Default Linked Text, always keep this order (LoVe HAte) */
 a:link,a:visited,a:active {font-family:"Trebuchet MS",sans-serif;
	 color : #608A55;
         font-size:12px;
         line-height:14px;
	 text-decoration: none;
	 font-weight : bold;}

 a:hover {text-decoration: underline;}

span.titleFont {font-family:"Trebuchet MS",sans-serif;
         font-size: 13px;
	 line-height: 15px;
	 font-weight: bold;
	 color: #371B68;}
