
/*-----------------------------------fonts-----------------------------------*/	  
.sublink /* only used for hyperlink */ 
    {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.07em;
	text-decoration:none;
	color: #212121;
  font-weight: normal;
    }
.sublink_sub /* only used for hyperlink bit smaller than hyperlink*/
    {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.07em;
	text-decoration:none;
	color: #383838;
  font-weight: normal;
    }		
		

a:active  /* generic active behavior for anchor */
   {
	 border:none;
	 

   }	 
img:active  {
 border:none;
 }	 

a.sublink:hover {
	color: #969696; 
	text-decoration: none;
	}
	 
a.sublink_sub:hover {
	color: #969696; 
	text-decoration: none;
	/*
	border-bottom: 1px dotted #9C9C9C;  
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	*/
   }		
	  		
.title_text
   {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
  line-height: 1.4;      
	letter-spacing: 0.07em;
	color:  #4A4A4A;
	text-transform: uppercase;
	font-weight: bold;
    } 
.title_text02
   {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 1.4;     have Vblock and other handle this*/ 
	letter-spacing: 0.07em;
	color:  #4A4A4A;
	font-weight: normal;
    } 
/********************************************/

p{ font-family:   Arial, Helvetica, sans-serif; 	
   margin: 0px;
	 padding: 0px;}
h1,h2,h3,h4,h5,h6{ font-family:  Arial, Helvetica, sans-serif;
                   margin: 0px;
                   padding: 0px; }
									 
h3{color:  #636363; font-size:11px;letter-spacing: 0.07em}

/**********************************************/
.body_text
    {
	/*font-family:  Verdana, Arial, Helvetica, sans-serif;*/
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;   
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	color: #666666;
	
    }
.body_textDATE
    {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.06em;
	color: #5A5A46;
	text-transform: uppercase;
    }
.sub_text
    {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	font-size: 10px;
	color: #707070;
    }
/*-----------------------------------fonts-----------------------------------*/		

		
/* 	these are for the menu  see at the top of webpage(header)*/
#nav-menu ul
    {
    list-style: none;
    padding: 0;
    margin: 0;
    }
#nav-menu li
    {
    float: left;
    margin: 0 2px;

    text-align: center;
    }
#nav-menu li a
    {
	/* as long as the height is 18pix tall this would work  */
    background: #FFFFFF ;
    height: 20px;  /* try to put image of 18 px */
    line-height: 18px;
	  float: left;
	  width: 134px;
	  display: block;
	/*  border: 1px solid #999999;		*/
	  text-align: center;
	  z-index:4;
    }
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
    {
    float: none
    }
/* End IE5-Mac hack */

li.dummy {display: none; }

#nav-menu
   {
   width:1024px
   }      

