
body
{   
  margin : 5px;
}

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;
}

.headingBlue
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  13px;
  font-weight      :  bold;
  color            :  #004e8e;
  
  background       :  inherit;
}

.subHeadingBlack
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  12px;
  font-weight      :  bold;
  color            :  #000000;
  
  background       :  #e0e0e0;
}

.bullet
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #fb7905;
  
  padding-right    :  2px;
  
  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            :  #004e8e;
   
  text-decoration  :  none;
  
  background       :  inherit;
}

a.menuLink
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  11px;
  font-weight       :  bold;
  color             :  #004e8e;
  
  text-decoration   :  none;
  
  background        :  inherit;
}  
 
a.menuLink:hover
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  11px;
  font-weight       :  bold;
  color             :  #fb7905;
  
  text-decoration   :  none;
  
  background        :  inherit;
}

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            :  #004e8e;
   
  text-decoration  :  underline;
  
  background       :  inherit;
}

a.developedByLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.developedByLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #004e8e;
   
  text-decoration  :  none;
  
  border-bottom    :  dotted 1px #004e8e;
  
  background       :  inherit;
}