  body         {
     font-family:   arial, helvetica;
     font-size:     medium;
     background-color:#e4E4E4;
     margin:        0px;
     text-align:    center;
  }
    
  div.contentdiv  {
    width:          588px;
    overflow:       hidden;
  }
  
  div.maindiv  {
     width:         966px;
     background-color:#FFFFFF;
     border:        none;
     border-left:   1px solid black;
     border-right:  1px solid black;
     text-align:    left;
  }
  
  p.title {
     font-weight:   bold;
     font-style:    italic;
  }
  
  div.newsfeed  {
    width:          280px;
    overflow:       hidden;
    color:          #888888;
    font-size:      small;
    white-space:    nowrap;
    text-decoration:none;
  }

  div.footer  {
     width:         966px;
     padding-top:   10px;
     border:        none;
     border-top:    1px solid black;
     font-size:     small;
     text-align:    center;
  }
  
  td.topright    {
    text-align:     right;
    font-size:      small;
  }
  
  a  {
     color:         #6A76A6;
  }
  
  a.topmenu    {
     overflow:      hidden;
     color:         #000000;
     font-size:     small;
     text-decoration:none;
  }

  a.submenu    {
     width:         125px;
     overflow:      hidden;
     color:         #6A76A6;
     font-size:     small;
     font-weight:   bold;
     text-decoration:none;
  }
  
  a.newslink  {
    color:          #888888;
    font-size:      small;
    text-decoration:none;
    white-space: nowrap;
  }

