@charset "iso-8859-1";

/*------------ TAG BODY ------------*/
BODY
  { font-family: Arial;
    font-size: 8pt;
    color: #003333;
    background: #CCFF99;
  }
  
TD {
    font-family: Arial;
    font-size: 8pt;
    color: #003333;
  }

/*------------- TAG A -------------*/
A
  { text-decoration: none;
    font-size: 8pt;
    color: #009999;
  }
A:link
  { text-decoration: none;
    font-size: 8pt;
    color: #009999;
  }
A:active
  { text-decoration: none;
    font-size: 8pt;
    color: #009999;
  }
A:visited
  { text-decoration: none;
    font-size: 8pt;
    color: #009999;
  }
A:hover
  { text-decoration: underline;
    font-size: 8pt;
  }

/*------- OPTION -------*/
OPTION
  { font-family: Arial;
  }  
  
/*------- BUTTON -------*/
TYPE
  { color: #000000;
    background: #00FF00;  
  } 
  
  .button
  { color: #000000;
    background: #E0E0E0;
	font-family: Arial;
    border-width: 2;
	cursor: hand;
  }
  
  .edit
  { font-family: Arial;
	font-weight: Bold;
  }    

/*------- TAG IMG -------*/
IMG
  { border: -1;
  }   

 
/* End of style section */

