    body
      {
        font:11px Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        background-color: #dddddd;
		margin: 0px;
		padding:0px;
      }

    h1
      {
        font-size: 26px;
        font-weight: normal;
        color: #777777;
      }

    h2
      {
        font-size: 20px;
        font-weight: bold;
        color: #777777;
      }

    p
      {
        font-size: 11px;
        font-weight: normal;
        line-height: 18px;
        color: #777777;
		margin: 0px;
		padding:0px;		
      }

    td
      {
        font-size:11px;
        font-weight: normal;
		margin: 0px;
		padding:0px;
      }

    a
      {
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
        line-height: 18px;
		margin: 5px;
		padding:5px;
		margin-top:10px;
        color: #777777;
      }
    a:visited
      {
        text-decoration: none;
        color: #777777;
      }

    a:hover
      {
        text-decoration: none;
        color: #888888;
      }

    li
      {
        font-size: 11px;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
      }
	    hr 
      {
        color: #555555;
        background: #555555;
        margin: auto 0px auto auto;
        width: 100%;
        height:1px;
        text-align: right;
        border: 1px solid #555555;	 
      }