/** Content */
#content {
	background-color: #FFFFFF;
	border: 1px solid #7F7F7F;
	margin-bottom: 5px;
	padding: 2px;
}

#content .printbutton {
	display: block;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	margin-top: 15px;
	
}

#content .printbutton a {
	color: #000000;
	text-decoration: none;
}

#content .printbutton a:hover,
#content .printbutton a:active {
	color: #FF0000;
	text-decoration: underline;
}

#content .zoom {
	border: 1px solid #7F7F7F;
	padding: 3px;
}

