  .text
  {
    font-weight: normal;
  	font-size: 13px;
  	line-height: 18px;
  	font-family: arial, helvetica, sans serif;
  }


  .head
  {
  	font-weight: bold;
  	font-size: 13px;
  	line-height: 15px;
  	font-family: arial, helvetica, sans serif;
  	letter-spacing : 1px;
  }


  .sub
  {
  	font-weight: bold;
  	font-size: 13px;
  	line-height: 18px;
  	font-family: arial, helvetica, sans serif;
  }

  #selected {
  	color: #FF0000;
  }

  /* menu and menu links styles */

  .menu
  {
  	font-size: 12px;
  	line-height: 13px;
  	font-family: arial, helvetica, sans serif;
  	letter-spacing : 2px;
  	color: #000000;
  }
  
  .menu a:link, .menu a:visited
  {
  	font-weight: bold;
	  text-decoration: none;
  	color: #000000;
  }

  .menu a:hover
  {
  	text-decoration: none;
  	color: #FF0000;
  }

  /* text link styles */
  
  .text a:link, .text a:visited
  {
	  text-decoration: none;
	  color: #0044AA;
    letter-spacing : 1px;
  }

  .text a:hover
  {
    text-decoration: underline;
    color: #FF6666;
  	letter-spacing : 1px;
  }

