/* ---- Stylesheet for print -------- */
/*  http://alistapart.com/articles/goingtoprint/  */

body
{
	background:#ffffff;
	font-size:12pt;
}

#site_navigation, #sidebar, #footer, #sidefooter, #header, #header_desc, p.tothetop
{
	display:none;
}

#container
{
	float:none !important;
	background:transparent !important;
	color:#000000;
}

#content h1, #content h2, #content h3, #content p, #content ul
{
	margin-left:10px;
	margin-right:10px;
}

p, h1, h2, h3, li
{
	font-family:tahoma,verdana,sans-serif;
	color:#000000;
	line-height:1.45em;
	margin-top:0em;
	margin-bottom:1.45em;
}

li
{
	margin:0px;
}

h1, h2, h3
{
	font-family:georgia,serif;
	font-size:18pt;
	font-weight:normal;
	line-height:18pt;
	margin-top:0em;
	margin-bottom:0.45em;
}

h2
{
	font-size:16pt;
	margin-top:1em;
	margin-bottom:0em;
}

h3
{
	font-size:12pt;
	font-weight:bold;
	margin-top:0.45em;
	margin-bottom:0.45em;
}

a:link, a:visited
{
	color:#324463;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

#content a:link:after, #content a:visited:after
{
	content:" (" attr(href) ") ";
	font-size:90%;
}

.small
{
	font-size:10pt;
}