body {
	background: #F6F7EB; 
}

table.theme-maintable td {
	vertical-align:top;
}

table.theme-maintable td.theme-maincontent {
	width:100%
}


a:link { 
  background: none; 
  color: #009; 
  text-decoration: none; 
}

a:visited {
  background: none; 
  color: #909;
  text-decoration: none;
}

a:hover {
  background: none;
  color: #009;
  text-decoration: underline;
}

a img {
  background: inherit;
  color: inherit;
  border: none; 
}