
body{margin : 0px;
}
table{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
  color            :  #000000;
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  text-align       :  justify;  
  background       :  inherit;
}
h1{
  font-family      :  arial, verdana, sans-serif;
  font-size        :  16px;
  font-weight      :  bold;
  color            :  #21386e;
  background-color :  inherit;
}
.headingBlack{
  font-family      :  arial, verdana, sans-serif;
  font-size        :  17px;
  font-weight      :  bold;
  color            :  #000000;
  
  background       :  inherit;
}

.subHeadingBlack{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  13px;
  font-weight      :  bold;
  color            :  #000000;
  
  background       :  inherit;
}
.siteNavigation{
  font-family       : verdana, arial, sans-serif;
  font-size         : 13px;
  font-weight       : bold;  
  color             : #ffffff;
  background        :  #7c815e;
}

.seoText{
  font-family       : verdana, arial, sans-serif;
  font-size         : 9px;
  color             : #000000;
  background        : inherit;
}
a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
  text-decoration  :  underline;
  background       :  inherit;
}
 
a:hover{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #22376c;
  text-decoration  :  none;
  background       :  inherit;
}
a.menuLink{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  11px;
  font-weight       :  bold;
  color             :  #000000;
  text-decoration   :  none;
  padding           :  4px 0px 0px 26px;
  display           :  block;
  height            :  22px;
  background        :  #a9ad8c;
  background-image  :  url('../images/menuBgOnMouseOut.jpg');
}  
a.menuLink:hover{
  font-family      : verdana, arial, sans-serif;
  font-size        : 11px;
  font-weight      : bold;  
  color            : #21386e;
  text-decoration  : none; 
  padding           :  4px 0px 0px 26px;
  display           :  block;
  height            :  22px;
  background        :  #d7dac0;
  background-image  :  url('../images/menuBgOnMouseOver.jpg');
}
a.footerLink{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
  text-decoration  :  none;
  background       :  inherit;
} 
a.footerLink:hover{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffffff;
  text-decoration  :  none;
  border-bottom    :  dotted 1px #ffffff;
  background       :  inherit;
}