/* CSS Document */
  html, body{
	font: 10pt/110% Arial, Helvetica, sans-serif;
	color: #000;
	background: none;
	background-color: #fff;
	height: 100%;
  }     
  h1 {
	color: #000;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	line-height: 1.3em;
  }    
  a { 
    text-decoration: underline;
	font: 10pt/110% Arial, Helvetica, sans-serif;
	color: #000;
  } 
  ul {
    list-style-image: none;
	list-style: none;
  }
  img {
	border: 0px;
  }  
  #content{
    clear: both;
  }
  .noprint {
	display: none;
  }    