div{
	padding: 0px;
	margin: 0px;
	font-family: 'Times New Roman';
	font-size: 10pt;
	position:absolute;
}
.menu {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 150px;
	z-index: 2;
}
.menuitem {
	margin: 0px;
	padding-left: 3px;
	left: 5px;
	height: 20px;
	font-size: 12pt;
	font-weight: bold;
	width: 145px;
	border: 1px solid #cc0000;
	background-color: white;
	cursor: hand;
	z-index: 2;
}
.submenu {
	display: none;
	margin: 0px;
	padding: 0px;
	left: 150px;
	top: 0px;
	width: 150px;
	z-index: 2;
}
.submenuitem {
	margin: 0px;
	left: 2px;
	height: 20px;
	padding-left: 3px;
	font-size: 12pt;
	font-weight: bold;
	width: 145px;
	border: 1px solid #cc0000;
	background-color: white;
	cursor: hand;
	z-index: 2;
}

@media screen {
	.content {
		z-index: 1;
		width: 80%;
		margin-left:150px;
	}
}

@media print {
	.menu {display: none}
	.menuitem {display: none}
	.submenu {display: none}
	.submenuitem {display: none}
	.content {
		padding: 10px;
		margin: 10px;
		position:static;
	}
}
a{
	color: #cc0000;
	text-decoration: none;
}

.xptable, .xptable tr, .xptable td, .xptable th {
	text-align:left
	padding-left: 5px;
	padding-right: 10px;
	font-family: 'Times New Roman';
	font-size: 10pt;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.arrow {
	top: 4px;
	right: 0px;
	font-size: 8pt;
	color: #CC0000;
}
