/* CSS Document */

a.tc:link {
  font-size : 1.0em;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-style : normal;
  font-weight : bold;
  text-decoration: none;
  }
a.tc:visited { 
  font-size : 1.0em;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-style : normal;
  font-weight : bold;
  text-decoration: none;
  }
a.tc:hover {
  font-size : 1.0em;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-style : normal;
  font-weight : bold;
  text-decoration: underline;
  }
a.tc:active { 
  font-size : 1.0em;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-style : normal;
  font-weight : bold;
  text-decoration: none;
  }
  
  

