body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12pt;

	background-color: #ffffff;
	color: #000000;
}

#menuDiv {
	visibility: hidden;
	display: none;
}

#bodyDetailDiv {
	visibility: hidden;
	display: none;
}

#footerValidDiv {
	visibility: hidden;
	display: none;
}

table {
	width: 100%;

	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	
	border-collapse: collapse;
}

table tr {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

table td, table th {
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;

	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

table th {
	background-color: #aaaaaa;
	
	text-align: left;
}
