body {
	background-color: #ECECEC;
}
.sideprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ECECEC;
	padding: 1px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 10px;
	left: 500px;
}
.pagecontainer {
	overflow: visible;
	position: absolute;
	left: 5px;
	top: 5px;
}
a:link {
	color: #801c27;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #801c27;
}
a:hover {
	text-decoration: underline;
	color: #253D6B;
}
a:active {
	text-decoration: none;
}
.articletext {
	position: absolute;
	visibility: hidden;
	width: 580px;
	left: 10px;
	top: 10px;
}
.sideclose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ECECEC;
	padding: 1px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 10px;
	left: 15px;
}
