   html, body {
		margin: 0;
		padding: 0;
		height: 100%;
		border: none
   }

  p, td, li, div {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666666;
    line-height: 125%;
  }
	
	li.green {
		list-style-type:none;
		list-style-image:url(../images/bullet.gif);
	}
	
  h1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14pt;
 		color: #429C01;
 }

  h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12pt;
		color: #429C01;
		margin-bottom: 0px;
  }

  h3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12pt;
		color: #429C01;
  }


  a {
    color: #429C01;
    font-weight: bold;
    text-decoration: underline;
  }


  div.legal {
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    line-height: 110%;
  }

  span.designinfo {
    font-weight: normal;
 }