
body {
	background-color: #fdfee9;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
  table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 10px;  
    background-image: url(top.gif)
  }

  td.shadow-topRight { 
    width: 13px;
    height: 5px;
    background-image: url(topRight.gif)
  }

  td.shadow-right { 
    width: 13px; 
    background-image: url(right.gif)
  }

  td.shadow-bottomRight { 
    width: 13px; 
    height: 10px; 
    background-image: url(bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 10px;
    background-image: url(bottom.gif)
  }

  td.shadow-bottomLeft { width: 13px;
    height: 10px;
    background-image: url(bottomLeft.gif)
  } 

  td.shadow-left { width: 13px;
    background-image: url(left.gif)
  }

  td.shadow-topLeft { 
    width: 13px; 
    height: 10px; 
    background-image: url(topLeft.gif)    
}
  td.shadow-center { 
    background-color: white  
  }
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}






a:link {
	color: #666666;
	text-decoration: none;
	
}

a:visited {
  color: #666666;
  text-decoration: none;

}

a:hover {
	text-decoration: underline;
color: #333333;
}

h1 { font-size: 14px; font-weight: bold }
h2 { font-size: 12px; font-weight: bold }	

hr {width: 780px;}
