/* 1.5 - Font Style for Regular Text */
 p,ol,li,td {font-family: Verdana, Tahoma, Helvetica, sans-serif;
	 font-size: 9pt;
	 line-height: 15pt;
         color: #333333;}

/* 1.8 - Default Linked Text, MUST keep this order (LoVe HAte) */
 a:link,a:visited,a:active {
         font-family: Verdana, Tahoma, Helvetica, sans-serif;
	 font-size: 9pt;
         line-height: 12pt;
	 color: #4B81BC;
         font-style:normal;
         text-decoration:none;}

 a:hover {text-decoration: underline;}


/*__ Section Five: Site Object Elements _ */	

/* 5.1 Header A Style */
.headera {font-family:Verdana, sans-serif;
         font-size:10pt;
         line-height:12pt;
         font-weight:bold;
         color: #1D3D76;}

/* 5.2 Header B Style */
.headerb {font-family:Verdana, sans-serif;
         font-size:9pt;
         line-height:11pt;
         font-weight:bold;
         color: #000000;}

/* 5.3 Subheader A Style */
.subheadera {font-size: 9pt;
         font-weight:bold;
         font-family: Verdana, sans-serif;
         color: #1D3D76;}

/* 5.4 Subheader B Style */
.subheaderb {font-size: 9pt;
         font-weight:bold;
         font-family: Verdana, sans-serif;
         color: #666666;}

/* 5.5 Emphasize A Style */
.emphasizea {font-size: 9pt;
         line-height: 10pt;
	 font-weight: bold;
         font-style: italic;
         font-family: Verdana, sans-serif;
	 color: #1D3D76;}

/* 5.6 Emphasize B Style */
.emphasizeb {font-size: 9pt;
         line-height: 10pt;
	 font-weight: bold;
         font-style: italic;
         font-family: Verdana, sans-serif;
	 color: #666666;}

/* 5.7 Body A Style */
.bodya {font-size: 9pt;
         line-height:11pt;
         font-family: Verdana, sans-serif;
         color:#000000;}

/* 5.8 Body B Style */
.bodyb {font-size: 9pt;
         line-height:12pt;
         font-family: Verdana, sans-serif;
         color:#000000;}

