 body {
   font-family: verdana;
   font-size:11;
   background-color:#9C0031;
  }
  
  h1 {
   font-size:11pt;
  }

  .contentpane {
    width: 994;
  }

  .outer{
    margin:15pt;
    color:#eeeeee;
  }
  
  .header {
    padding:1pt;
    background-color: #C60042;
    margin-bottom:2px;
  }
  .menu {
    background-color: #C60042;
    font-size:10pt;
    color: #eeeeee;
    font-weight: bold;
    width:100px;
    text-align:center;
  }
  .body {
    height:450px;
    background-color:#eeeeee;
  }
  .body a {
    color: blue;
  }


  .textheader {
    font-size:8pt;
    font-weight:bold;
    border-bottom: 1px solid black;
    margin-bottom:10px;
    color: gray;
  }
  .textbody {
    font-size:8pt;
    color:black;
  }

  .side{
    padding:10pt;
    background-color:#eeeeee;
    height:350px;
    
  }
  .longside{
    padding:10pt;
    background-color:#eeeeee;
    height:400px;
    
  }
  
  .outerheadertitle {
    color:#eeeeee;
    font-weight:bold;
    font-size:16pt;
    font-family:verdana;
    
  }
  .outerheadersubtitle {
    color:#eeeeee;
    font-weight:bold;
    font-size:12pt;
    font-family:verdana;
    
  }

  a {
    color: #eeeeee;
  }
  a:hover {
    color: black;
  }
  
