
body
{   
  margin : 0px;
  
  background : #ffffff url("../images/bg.jpg") repeat-x;
}

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  :  "trebuchet ms", geneva, sans-serif;
  font-size    :  19px;
  color        :  #3871a3;
  margin       :  0px;
  
  background   :  inherit;
}

h2
{
  font-family      :  "trebuchet ms", geneva, sans-serif;
  font-size        :  16px;
  font-weight      :  bold;
  color            :  #e39603;
  margin           :  0px;
  text-decoration  :  underline;
  
  background       :  inherit;
}

.bullet
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  13px;
  font-weight      :  bold;
  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             :  #135085;
  
  text-decoration   :  none;
  
  background        :  inherit;
}  
 
a.menuLink:hover
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  11px;
  font-weight       :  bold;
  color             :  #ffffff;
  
  text-decoration   :  none;
  
  background        :  inherit;
}

a.whiteLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffffff;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.whiteLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  underline;
  
  background       :  inherit;
}

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