/*
	Styles for print media
*/

@page {
	size: 210mm 297mm;
	margin: 10%;
	marks: cross; 
}

@page rotated { size: landscape; }

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 1.2;
}

#container {
	margin: 0px;
}

#header,#links,#bottom,#addcomment,#footer,.comment {
	margin: 0px; display: none;
}

#main .news {
	border-bottom: 1px solid #eee;
}

#content img {
	display: block;
	margin: 5px;
	border: 0;
	float: right;
}

#content p {
	page-break-before: avoid;
	font: normal 11pt Arial, Verdana, serif;
	text-indent: 10px;
	color: #000;
}

#content a,#content a:visited,#content a:active,#content a:hover {
	color: #000;
	text-decoration: underline;
}

#content h1 {
	font: bold 12pt Arial;
}

#content h2, #content h3 {
	font: bold 11pt Arial;
}