/**
*
* Standard Print CSS design
* Copyright 2004 Jack Kwakman
*
*/

body	{
	background: white;
	font-size: 100%;
	color: black;
	}

#right, #copyrightcontainer, #bottomcontainer, #up, #standardscontainer, .topnav, .flash, img	{
	display: none;
	}

#container, #left, .news	{ 
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}

a:link, a:visited	{ 
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	} 