@charset "iso-8859-1";

/*------------ TAG BODY ------------*/
BODY
  { font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #319393;
	margin-top: 4px;
	margin-left: 18px;
  }

/*------------- TAG H --------------*/
H1
  { font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: #0000FF;
    margin-left: 15px;
  }
H2
  { font-family: Arial;
    font-size: 8pt;
	font-style: italic;
  }
	
/*------------- TAG A -------------*/
A
  { text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    color: #CCFF66;
  }
A:link
  { text-decoration: none;
    color: #CCFF66;
  }
A:active
  { text-decoration: none;
    color: #CCFF66;
  }
A:visited
  { text-decoration: none;
    color: #CCFF66;
  }
A:hover
  { text-decoration: underline;
  }

