/* CSS Document */

  /* Primary layout */

body	{
  margin: 0;
  padding: 0;
  border: 0;
  color: #999999;
  background: #c9c9c9;
  font: 10px verdana, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  }


  /* Default links   */

a:link, a:visited {
  font-weight : bold; 
  text-decoration : none;
  color: #999999;
  background: transparent; 
  }

a:hover {
  font-weight : bold; 
  text-decoration : underline;
  color: #bba;
  background: transparent; 
  }

a:active {
  font-weight : bold; 
  text-decoration : none;
  color: #998;
  background: transparent;  
  }
  

h2, h3, h4, h5  {
  margin: 25px 0 0 0;
  padding: 0;
  }


td {
	background-color: #FFFFFF;
}
table {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
