body	{
	font-size:	12pt;
	background-color:#fff;
}



/*--------------------------------- Page layout -----------------------------------------------*/
#menu {
	display: none;
}

#page {
	float: none !important;
	margin:0;
	width:auto;
}

#header1 {
	display: none;
}

#maincontent {
	width:auto;
	border-style: none;
}

#copyright {
  position:absolute;
  right: 0;
  bottom: 0;
}

h1, h2, h3 {
  color: #000;
}

a, a:visited {
  color: #000;
  text-decoration: underline;
}

.dataView th {
  color: #000;
}

.dataView td, .dataView th {
  border:1px solid #999;
}