    body
      {
        font:11px Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        background-color: #ffffff;
        width:360px;
      }

    h1
      {
        font-size: 14px;
        font-weight: normal;
        color: #555555;
      }

    h2
      {
        font-size: 11px;
        font-weight: bold;
        color: #555555;
        margin-top:5px;
        line-height:18px;
      }

    p
      {
        font-size: 11px;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
		margin-right:10px;
      }

    td
      {
        font-size: 11px;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        padding-bottom:0px;
	  }

    a
      {
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
        color: #555555;
      }
    a:visited
      {
        text-decoration: none;
        color: #777777;
      }

    a:hover
      {
        text-decoration: none;
        color: #777777;
      }

    li
      {
        font-size: 10px;
        font-weight: normal;
        line-height: 16px;
        color: #777777;
        margin-top:3px;
        text-indent:0px;
      }
    ul
      {
        font-size: 10px;
        font-weight: normal;
        line-height: 16px;
        color: #777777;
        margin-top:3px;
        margin-bottom:3px;
        text-indent:0px;
        margin-left:20px
      }
	    hr 
      {
        color: #555555;
        background: #555555;
        margin: 0px 0px 0px 0px;
        width: 100%;
        height:1px;
        text-align: right;
        border: 1px solid #555555;	 
      }