/* this stylesheet is adapted from a css template by Andreas Viklund 

- http://andreasviklund.com/ 
- Version: 2.5 Jan 11, 2007 
- Thank you Andreas, this is fabulous!

*/

body {
margin:0 auto;
padding:0;
font-family:"Times New Roman",serif;
background:#ffffff;
color:#000000;
}
	
#wrap {
margin:2%;
width:auto;
float:none !important;
}

#header, #content, #leftside, #rightside, #extras, #topmenu, .announce, .hide {
display:none;
}

#content img {
display:none; 
}

a {
text-decoration:underline;
color:#0000ff;
background-color:inherit;
}

@media print {
	#printblock {
		background: white;
		padding-top: 2px;
		padding-bottom: 2px;
		margin: 0 0 20px;
		width: 98%;
		max-width: 1200px;
		font-size: 14px;
		display: inline !important;
		visibility: visible !important;
	}	
	p, table, td {
		line-height: 12px;
		margin: 0 0 8px;
		font-size: 10px;
	}
	h1 {
		font-size:24px;
		font-weight:600;
		color:#A9A9A9 !important;
		margin: 0 0 6px 0;
	}

	h2 {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 6px 0;

	}
	h3 {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 6px 0;
	}
}