body
{
  /*background: #e1e5e6 url(/images/background.png) repeat-y center;*/
  background-image: url("/images/bg2.png");
  background-repeat: repeat-x;
  font-family: Helvetica,Tahoma, Verdana, Arial, Sans-serif;
  text-align: center;
  padding: 10px;
  margin: 0;
  color: #666;
}

table { font-size: 100%; } /* IE hack - otherwise, IE ignores font-size inheritance for tables */
input, textarea { font-size: 1.0em; }



/* Links */
a { color: #5D7B94;}
a:visited {color: #5D7B94;}
a:hover {color: #999999;}
a:active {color: #5D7B94;}

div.mainPane {  margin: auto; width: 830px; border: none;}
img{border: none;}
