
body
{ 
  margin  :  5px;

  scrollbar-3dlight-color     :  #eeeeee;
  scrollbar-darkshadow-color  :  #eeeeee;
  scrollbar-highlight-color   :  #0066cf;
  scrollbar-shadow-color      :  #0066cf;
  scrollbar-face-color        :  #e8f3ff;
  scrollbar-arrow-color       :  #0066cf;
  scrollbar-track-color       :  #eeeeee;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  font-family  :  Verdana;
  font-size    :  10px;
  color        :  #000000;
  
  text-align   :  justify;
}

.pageTitle
{
  font-family     :  Arial;
  font-size       :  11px;    
  font-weight     :  bold;
  color           :  #ffffff;
  
  text-align      :  right;
    
  padding-right   :  6px;
}

.menuHeading
{
  font-family   :  Verdana;
  font-size     :  11px;    
  font-weight   :  bold;  
  color         :  #ffffff;
  
  text-align    :  center;

  background-color  :  #708cb0;
  background-image  :  url('../images/menuHeading.gif');
}  

a.menuLink
{
  padding-top      : 3px;  
  padding-left     : 8px;
  height           : 20px;
  display          : block;
     
  text-decoration  : none;
     
  font-family      : Verdana;
  font-size        : 11px;
  color            : #000000;
     
  background-color : #d4dce8;
  background-image : url('../images/menuItem.gif');    
}  
 
a.menuLink:hover
{
  padding-top      : 3px;  
  padding-left     : 8px;
  height           : 20px;
  display          : block;

  font-family      : Verdana;
  font-size        : 11px;
  color            : #ff0000;
         
  text-decoration  : none;
     
  background-color : #dddddd;    
  background-image : url('../images/menuItem.gif');
}

a.subMenuLink
{
  padding-top      : 3px;  
  padding-left     : 8px;
  height           : 20px;
  display          : block;
     
  text-decoration  : none;
     
  font-family      : Verdana;
  font-size        : 11px;
  color            : #000000;
     
  background-color : #d4dce8;
  background-image : url('../images/menuItem.gif');    
}  
 
a.subMenuLink:hover
{
  padding-top      : 3px;  
  padding-left     : 8px;
  height           : 20px;
  display          : block;

  font-family      : Verdana;
  font-size        : 11px;
  color            : #ff0000;
         
  text-decoration  : none;
     
  background-color : #dddddd;    
  background-image : url('../images/menuItem.gif');
}

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

.headingWhite
{
  font-family  :  Verdana;
  font-size    :  11px;
  font-weight  :  bold;
  color        :  #ffffff;  
}

a
{
  color            :  #003366;
  font-family      :  Verdana;
  font-size        :  10px;
  
  text-decoration  :  none;
}

a:hover
{
  color            :  #cc0000;
  font-family      :  Verdana;
  font-size        :  10px;
  
  text-decoration  :  underline;
}

marquee
{ 
  font-family  :  Verdana;
  font-size    :  10px;
  color        :  #000000;
  
  text-align   :  justify;
}
