.my_orange { color: #FF9900 }
.my_green { color: #008000 }

body.main { background-color: #FFFFFF;
      background-image: url(gthimage/backgnd.png);
      background-repeat: no-repeat; }

font.gth { font-weight: bold;
      font-size: 16pt;
      font-family: Arial, Helvetica;
      color: #000080; }

font.inf { font-weight: bold;
      font-size: 12pt;
      font-family: Arial, Helvetica;
      color: #008000; }

font.nml { font-style: normal;
      font-size: 10pt;
      font-family: Arial, Helvetica;
      color: #000080; }

font.tabhead { font-weight: bold;
      font-size: 10pt;
      font-family: Arial, Helvetica;
      color: #FFFFFF; }

font.tabbody { font-style: normal;
      font-size: 10pt;
      font-family: Arial, Helvetica;
      color: #000080; }
	  
a:link { color: #0033FF; 
      text-decoration: none; }

a:visited { color: #0033FF; 
      text-decoration: none; }

a:active, a:hover { color: #0033FF;
      font-weight: bold;
      text-decoration: none; }

