@import '/css/screen.css';
/* CSS Document Stylesheet for print
============================================================================= */

/* common classes
============================================================================= */
body {
	margin: 0 auto 0 auto;
	color: #000;
	background: #fff;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	text-align: left;
	cursor:default;
}
div {
	background: none;
	background-color: none;
}
table{
	background: none;
}
td, th{
	margin:0 !important;
	padding:0 !important;
	font-size:12px;
	border-bottom:0px solid #ccc;
	background: #fff;
}
td a, th a{
	margin:0 !important;
	padding:0 !important;
	font-size:11px;
}
td, th, li {
	color: #000;
}
a, a:link, a:visited, td a {
	color: #FCC302;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	font-size:12px;
}
/* items not to be printed
============================================================================= */
div#head,
div#menu,
.non_print {
	display: none;
}
