body
{
 background-color: #808080;
 text-align: center;
 align: center;
 font-family: arial;
 font-size: 10pt;
}

a
{
 border-width: 0px;
 border-style: none;
 cursor: pointer;
}

img
{
 border-width: 0px;
 border-style: none;
}

a:visited  {color: #000000;}
a:link  {color: #000000;}
a:active  {color: #000000;}
a:hover   {color: #000000;}

table
{
 border-size: 0px;
 margin:auto;
}

.completetable
{
 width: 900px;
}

.header
{
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 background-color: #808080;
 height: 230px;
 width: 100%;
}

.footer
{
 background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 background-color: #FFFFFF;
 height: 50px;
 width: 100%;
}

.menucolumn
{
 width: 200px;
 vertical-align: top;
 height: 600px;
 background-image: url(images/menufront.jpg);
 background-repeat: repeat-y;
 background-color: #FFFFFF;
 padding: 10px;
 text-align: left;
}

.menucolumn font
{
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  font-family: arial;
}

.maincolumn
{
 width: 600px;
 vertical-align: top;
 height: 600px;
 background-image: url(images/menu.jpg);
 background-repeat: repeat-x;
 background-color: #FFFFFF;
 padding: 10px;
 text-align: left;
}

.includediv font
{
  font-size: 10pt;
  color: #000000;
  font-family: arial;
}


.thirdcolumn
{
 width: 150px;
 vertical-align: top;
 height: 600px;
 background-image: url(images/menu.jpg);
 background-repeat: repeat-x;
 background-color: #FFFFFF;
 text-align: right;
 padding: 10px;
}

.thirdcolumn font
{
  font-size: 12pt;
  font-weight: bold;
  color: #111188;
  font-family: arial;
}

.languagesettings
{
 text-align: left;
 display: inline;
}

.maingoogle
{
 padding: 0px;
 text-align: left;
 display: block;
 height: 20px;
 width: 100%;
}

.click
{
 cursor: pointer;
}
.menuhover
{
 hover:expression(this.onmouseover=new Function("this.style.color='#8888FF';"),this.onmouseout=new Function("this.style.color='#FFFFFF';"));
}