@charset "iso-8859-1";

#warning
  { color: #FF0000;
    font: italic;
  }

/*------------ TAG BODY ------------*/
BODY
  { font-family: Arial;
	color: #003333;
   background: url(../image/bgimage.gif) #CCFF99 right center no-repeat fixed;
	
  }

/*------------- TAG H --------------*/
H1
  { font-size: 14pt;
    font-weight: bold;
    color: #006666;
  }
H2
  { font-size: 12pt;
    font-weight: bold;
    color: #006666;
  }
H3
  { font-size: 10pt;
    font-weight: bold;
    color: #009999;
  }
H4
  { font-size: 10pt;
    font-weight: bold;
    color: #006666;
  }

/*------------- TAG A -------------*/
A
  { text-decoration: underline;
    color: #009999;
  }
A:link
  { text-decoration: underline;
    color: #009999;
  }
A:active
  { text-decoration: underline;
    color: #009999;
  }
A:visited
  { text-decoration: underline;
    color: #009999;
  }
A:hover
  { text-decoration: underline;
  }
  
/*----- TAG TABLE ------*/
TABLE
  { border: fixed;
    border-color: #BED70F;
    border-width: 1px;
	/*margin-left: 15px;*/
  }
  
TD
  { 
    color: #000000;
    vertical-align: top; 
  } 
  
THEAD
  { font-weight: bold;
    color: #000000;
  }

/*------- 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 */

