
body
{   
  margin      : 0;
  
  background  :  #e0e0e0 url('http://www.stadiumlimo.com/images/bg.gif');
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  color        :  #333333;
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;

  text-align   :  justify;  

  background   :  inherit;
}

.headingGray
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  18px;
  color            :  #8e989e;
  
  background       :  inherit;
}

.headingBlack
{
  font-family  :  arial, verdana, sans-serif;
  font-size    :  22px;
  font-weight  :  bold;     
  color        :  #777777;
  
  background   :  inherit;
}

.subHeadingBlack
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  13px;
  font-weight  :  bold;     
  color        :  #555555;
  
  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            :  #143d71;
   
  text-decoration  :  none;
  
  background       :  inherit;
}

a.footerLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #5a7996;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.footerLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #143d71;
   
  text-decoration  :  none;
  
  border-bottom    :  dotted 1px #314960;
  
  background       :  inherit;
}

.footerText
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #314960;
   
  text-decoration  :  none;
  
  background       :  inherit;
}

input
{
  height       :  19px;
 
  font-family  :  verdana;
  font-size    :  10px;
  color        :  #333333;
  
  padding      :  2px 2px 0px 2px;
  
  border       :  solid 1px #cccccc;
  background   :  #f6f6f6;
}

select
{
  height       :  20px;
 
  font-family  :  verdana;
  font-size    :  10px;
  color        :  #333333;
  
  padding      :  2px 2px 0px 2px;
  
  border       :  solid 1px #cccccc;
  background   :  #f6f6f6;
}

textarea
{
  font-family  :  verdana;
  font-size    :  10px;
  color        :  #333333;
  
  padding      :  1px 2px 0px 2px;
  
  border       :  solid 1px #cccccc;
  background   :  #f6f6f6;
}

img
{
   background : #f0f0f0;
}