

td
  {
    font-family : verdana ;
    font-size : 10px ;
  }

a
  {
    font-family : verdana ;
    font-size : 10px ;
    color : #000000 ;
    text-decoration : none ;
  }

a:hover
  {
    font-family : verdana ;
    font-size : 10px ;
    color : #000000 ;
    text-decoration : underline ;
  }

.SideNavigation
  {
    font-family : verdana ;
    font-size : 11px ;
    font-weight : bold ;
    color : #000000 ;
    text-decoration : none ;
  }

.SideNavigation:Hover
  {
    font-family : verdana ;
    font-size : 11px ;
    font-weight : bold ;
    color : #004c90 ;
    text-decoration : none ;
  }

.NewsHeadlines
  {
    font-family : verdana ;
    font-size : 10px ;
    font-weight : bold ;
    color : #004c90 ;
    text-decoration : none ;
  }

select
  {
    font-family : verdana ;
    font-size : 10px ;
  }

.MainTable
  {
    border : 2px solid ;
    border-color : #aaaaaa ;
  }

.Footer
  {
    text-align : center ;
    border-top : 2px solid ;
    border-color : #aaaaaa ;
    background-color : #efefef ;
  }

.Textbox
  {
    font-family : verdana ;
    font-size : 10px ;
    border : 1px solid ;
    border-color : #aaaaaa ;
  }

.Button
  {
    font-family : tahoma ;
    font-size : 11px ;
    font-weight : bold ;
    color : #aa0000 ;
    border : 1px solid ;
    border-color : #aaaaaa ;
    background-color : #ffffff ;
    cursor : hand ;
  }