
body
{   
  margin : 5;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  color        :  #000000;
  font-family  :  verdana;
  font-size    :  11px;

  text-align   :  justify;   
}

.textSmall
{
  color        :  #777777;
  font-family  :  verdana;
  font-size    :  9px;

  text-align   :  justify;
}

.heading
{
  color        :  #000000;
  font-family  :  verdana;
  font-size    :  13px;
  font-weight  :  bold;

  text-align   :  justify;     
}

.headingBlack
{
  color        :  #000000;
  font-family  :  verdana;
  font-size    :  11px;
  font-weight  :  bold;

  text-align   :  justify;     
}

.headingWhite
{
  padding-left  :  5px;

  color         :  #ffffff;
  font-family   :  verdana;
  font-size     :  11px;    
  font-weight   :  bold;
}

marquee
{ 
  color        :  #ffffff;
  font-family  :  verdana;
  font-size    :  11px;
}

a
{
  font-family      :  verdana;
  font-size        :  11px;
  color            :  #ffffff;
   
  text-decoration  :  underline;
}
 
a:hover
{
  font-family      :  verdana;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
}

a.blueLink
{
  font-family      :  verdana;
  font-size        :  11px;
  color            :  #115482;
   
  text-decoration  :  none;
}
 
a.blueLink:hover
{
  font-family      :  verdana;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
}

a.menuLink
{
  font-family       :  verdana;

  font-size         :  11px;
  color             :  #ffffff;
  
  text-decoration   :  none;
  
  padding-left      :  22px;
  padding-top       :  3px;  
  display           :  block;
  height            :  20;
  background        :  #307cb0;
  background-image  :  url('../images/menuBgOnMouseOut.jpg');
}  
 
a.menuLink:hover
{
  font-family      : verdana;
  font-size        : 11px;
  color            : #000000;

  text-decoration  : none;
  
  padding-left      :  22px;
  padding-top       :  3px;  
  display           :  block;
  height            :  20;
  background        :  #307cb0;
  background-image  :  url('../images/menuBgOnMouseOver.jpg');
}