*
{
 color: #57565B;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}

body 
{
 margin-bottom: 0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 text-align: center;
}

img 
{
 border: 0;
}

table 
{
 width: 100%;
 height: 100%;
}

td
{
  vertical-align: top;
  text-align : left;
}

/* Footer */
.FooterHr 
{
 height: 0; 
 border-bottom: 0;
 border-left: 0;
 border-right: 0;
 border-top: 1px solid #C7C8C8; 
 width: 100%;
}

.FooterTable
{
 margin: 0 auto;
 width: 800px;
}

.FooterTable td
{
  width: 100px;
  text-align: center;
}

.FooterTable a
{
  color: #57565B;
  text-decoration:underline;  
  vertical-align: middle;      
}

.FooterCopyright
{
  margin: 0 auto;
  width: 800px;  
}

.FooterCopyright td
{
  color: #57565B;
  text-align: center;
}

/* Language */

select.language 
{ 
  font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}

select.language option.full 
{ 
  color: #008255; 
}

select.language option.semi 
{ 
  color: #0073D9; 
}

select.language option.nothing 
{
  color: grey; 
}