

BODY {
      background-color : Black;
      background-image: url(images/left_border.jpg);
      background-repeat: repeat-y; 
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : White;
      margin: 5px 20px 5px 142px;
      width: auto;
                }
                
TD {
      background-color : Black;
      color : White;
      margin: 5px 20px 5px 142px;
      width: auto;
                font: x-small, Verdana, Geneva, Arial, Helvetica, sans-serif;
                }
                
a:link {/*normal links in the text*/
  color: Aqua; 
  text-decoration : none; 
  background: Black;}
a:visited {
  color: #66CDAA; 
  text-decoration : none; 
  background: Black;}
a:hover { 
  color: #999999; 
  text-decoration : underline;
  background: Black;
  }


                
.headinglogohome {
        background: White;
        font: smaller, Verdana, Geneva, Arial, Helvetica, sans-serif; 
        color: Blue;
        float: right;
}


.breadcrumbs {
        font-size: x-small;
        line-height: 150%;
}

.note {
        font-size: x-small;
        line-height: 150%;
}

.footernavigation {
        font-size: x-small;
        text-align: right;
}

.msfooter {
        color: red;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        background: Black;
        float: left;
}


