body.body1
{
   background-image: url("../img/header.jpg");
   background-color: #FFFFFF;
   background-attachement: fixed;
   background-repeat: repeat-x;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;  
   font-family:Arial;
   color: #888888;
   font-weight: normal;
   font-size:12px;   
   text-align: justify;   
}

body.body2 
{
   background-image: url("../img/header2.jpg");
   background-color: #FFFFFF;
   background-attachement: fixed;
   background-repeat: repeat-x;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;  
   font-family:Arial;
   color: #888888;
   font-weight: normal;
   font-size:12px;   
   text-align: justify;   
}

body.body3
{
   background-image: url("../img/header3.jpg");
   background-color: #FFFFFF;
   background-attachement: fixed;
   background-repeat: repeat-x;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;  
   font-family:Arial;
   color: #888888;
   font-weight: normal;
   font-size:12px;   
   text-align: justify;   
}

h1
{
   font-size:18px;   
}

h2
{
   font-size:14px;   
}

table
{ 
   padding: 0;
   spacing: 0;
}

td
{
   text-align: center;
}

td.center
{
   text-align: center;
   color: #C8C8C8;
}

td.left
{
   text-align: left;
   color: #C8C8C8;
}

td.right
{
   text-align: right;
   color: #C8C8C8;
}

a.legal
{
  font-size:10px;   
  text-decoration: none;
  color: #A4A4A4;
}

a:hover.legal
{
  font-size:10px;   
  text-decoration: underline;
  color: #A4A4A4;
}

img
{
  border: 0px solid #ffffff; 	
}


