
  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: 		#ff8800;

        font-size: 14px;
        font-family: Arial, Helvetica;
        color: #333333;
  }

  td {
        font-size: 14px;
        font-family: Arial, Helvetica;
        font-weight: normal;
        color: #884400;
  }

  a:link {
        font-size: 14px;
        font-family: Arial, Helvetica;
        font-weight: normal;
        text-decoration: underline;
        color: #3399ff;
  }

  a:visited {
        font-size: 14px;
        font-family: Arial, Helvetica;
        font-weight: normal;
        text-decoration: underline;
        color: #3399ff;
  }

  a:active {
        font-size: 14px;
        font-family: Arial, Helvetica;
        font-weight: normal;
        text-decoration: none;
        color: #33ddff;
  }

  a:hover {
        font-size: 14px;
        font-family: Arial, Helvetica;
        text-decoration: none;
        font-weight: normal;
        color: #ffffff;
	  background-color: #884400;
 }

  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: Arial, Helvetica;
    font-weight: normal;
  }

  h4 {
    font-size: 19px;
    font-family: Arial, Helvetica;
    font-weight: bold;
  }


  .caption
	{
    	color: #000099;
    	font-family: Tahoma, Arial, Helvetica;
    	font-weight: normal;
    	font-size: 10px;
	}
	
