
  body {
	scrollbar-shadow-color: 	#666666; 
	scrollbar-highlight-color: 	#ffffff; 
	scrollbar-3dlight-color: 	#999999; 
	scrollbar-darkshadow-color: 	#333333; 
	scrollbar-face-color: 		#eeeeee;
	scrollbar-track-color: 		#cccccc; 
	scrollbar-arrow-color: 		#009900;

        font-size: 12px;
        font-family: Arial, Helvetica;
        color: #000000;
  }

  td {
        font-size: 12px;
        font-family: Arial, Helvetica;
        color: #000000;
  }

  a:link {
        font-size: 12px;
        font-family: Arial, Helvetica;
        text-decoration: underline;
        color: #009900;
  }

  a:visited {
        font-size: 12px;
        font-family: Arial, Helvetica;
        text-decoration: underline;
        color: #009900;
  }

  a:active {
        font-size: 12px;
        font-family: Arial, Helvetica;
        text-decoration: none;
        color: #00dd00;
  }

  a:hover {
        font-size: 12px;
        font-family: Arial, Helvetica;
        text-decoration: none;
        color: #00dd00;
	  background-color: #ffffff;
	  background-image: url(images/linkbg.gif);
 }

  h1 {
    font-size: 30px;
    font-family: "times new roman", times, tahoma;
    font-weight: normal;
    color: #cc0000;
  }
  
  h2 {
    font-size: 24px;
    font-family: "times new roman", times, tahoma;
    font-weight: normal;
    color: #cc0000;
  }

  h3 {
    font-size: 18px;
    font-family: "times new roman", times, tahoma;
    font-weight: normal;
    color: #cc0000;
  }

  .caption
	{
    	color: #000099;
    	font-family: Arial, Helvetica;
	font-style: italic;
    	font-weight: normal;
    	font-size: 12px;
	}
	
