
body
{   
  margin      :  0px;  
  background  :  #878787;
}

:focus
{
  -moz-outline-style  :  none;
}


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

  text-align       :  justify;  
}

h1
{
  font-family     :  "trebuchet ms", geneva, sans-serif;
  font-size       :  21px;
  font-weight     :  bold;
  color           :  #b70100;

  text-align      :  left;  
  margin          :  0px;
  line-height     :  22px;
  text-transform  :  capitalize;
}

h2
{
  font-family     :  "trebuchet ms", geneva, sans-serif;
  font-size       :  17px;
  font-weight     :  normal;
  color           :  #222222;
  
  margin          :  0px;
  line-height     :  20px;
  text-align      :  left;
  text-transform  :  capitalize;  
}

h3
{
  font-family     :  verdana, arial, sans-serif;
  font-size       :  13px;
  font-weight     :  bold;  
  color           :  #222222;
  
  margin          :  0px;
  line-height     :  20px;
  text-align      :  left;
  text-transform  :  capitalize;  
}

h5
{
  font-family     :  arial, verdana, sans-serif;
  font-size       :  14px;
  font-weight     :  normal;
  color           :  #000000;
  
  margin          :  0px;
}

h6
{
  font-family  :  verdana, arial, sans-serif;
  font-weight  :  normal;
  font-size    :  10px;
  color        :  #888888;
  
  margin       :  0px;
}

.headerText
{
  color        :  #ffffff;
  font-size    :  12px;
  line-height  :  18px;  
}

b.gray
{
  color  :  #444444;
}

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

a.headerLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  12px;
  color            :  #ffffff;
   
  text-decoration  :  none;
}
 
a.headerLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  12px;
  color            :  #d8b371;
   
  text-decoration  :  underline;
}

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

a.menuLink
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  12px;
  font-weight       :  bold;
  color             :  #ffffff;
  
  text-decoration   :  none;
}  
 
a.menuLink:hover
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  12px;
  font-weight       :  bold;
  color             :  #d8b371;
  
  text-decoration   :  none;
}

ul, ol
{
  margin-top  :  0px;
}


li
{
  line-height  :  18px;
  padding-left :  10px;
  margin-top   :  4px;
  
  list-style-image  :  url('../images/bullet.jpg');  
}

input, textarea
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;
  color        :  #000000;
  
  height       :  19px;
  padding      :  1px 2px 0px 2px;

  background   :  #f9f9f9;  
  border       :  solid 1px #bbbbbb;
}
