body
{
  background-color: #dddddd;
}

body, p, li, td
  {
    font-family: Segoe UI, Calibri, Verdana, Tahoma, geneva, sans-serif;
    font-size: 10pt;
 }
  
  h1
  {
    font-family: Verdana, Tahoma, Cambria, Times New Roman, Times, serif;
    font-size: 15pt;
    font-weight: normal;
  }
  
  h2
  {
    font-family: Verdana, Tahoma, Cambria, Times New Roman, Times, serif;
    font-size: 12pt;
    font-weight: normal;
  }
  
  p
  {
    line-height: 15pt;
  }
  
  td.bottom
  {
    padding: 8px;
  }
  
  a
  {
    color: #0099cc;
  }
  
  a.header
  {
    font-family: Tahoma, Cambria, Times New Roman, Times, serif;
    color: #ffffff;
    font-size: 11pt;
    text-decoration: none;
    font-weight: normal;
	line-height: 100%;
  }
  
  a.headerSelected
  {
    font-family: Tahoma, Cambria, Times New Roman, Times, serif;
    color: #000000;
    font-size: 11pt;
    text-decoration: none;
    font-weight: normal;
	line-height: 100%;
  }
  
  a.subheader
  {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
  }
  
  a.subheader:hover
  {
    text-decoration: underline;
  }

  a.sidebar
  {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
  }
  
  a.sidebar:hover
  {
    font-weight: bold;
  }
  
 a.header:hover
  {
    text-decoration: underline;
  }
  
  span.bottom
  {
    font-size: 9pt;
  }
