body {
 margin: 0;
 padding: 0;
 background: #ffffff;
 font-family: verdana, "sans serif";
 color: #000000;
 }
#menu {
display: none;
}
#lh-col{
 position: absolute;
 top: 20px;
 left: 10px;
 right: 10px;
 border: none;
 background: #ffffff;
 color: #000000;
 margin: 0px;
 padding: 10px;
 }
#arve{
 position: absolute;
 top: -36px;
 left: -6px;
 right: -6px;
 border: 0px none #ffffff;
 background: #ffffff;
 color: #000000;
 margin: 0px;
 padding: 10px;
 }
table.tb {
	width: 100%;
	border-width: 4px 4px 4px 4px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: rgb(119,119,119);
	border-collapse: separate;
	background-color: white;
}
table.tb th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: rgb(204,204,204);
	background-color: white;
}
table.tb td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #cccccc;
	background-color: white;
}
table.unv {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: none;
	border-color: transparent;
	border-collapse: separate;
	background-color: transparent;
}
table.unv th {
	border-width: 0;
	padding: 0;
	border-style: none none none none;
	border-color: transparent;
	background-color: transparent;
}
table.unv td {
	border-width: 0;
	padding: 0;
	border-style: none none none none;
	border-color: transparent;
	background-color: transparent;
}

