@charset "utf-8";
/*
PRINT STYLESHEET
*/

body {
	color: #000;
	background-color: transparent;
	}
img {border: 0;}

div#header,
div#footer {display: none;}

#content {width: 100%; margin: 0; float: none; font-size: 1.2em;}

a:link, a:visited {color: #000000; text-decoration: underline;}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

table th,
table td {
	padding: 3px;
	font-size: 90%;
}

table th {
	border-bottom: 1px solid #333333;
}

table td {
	border: 1px dotted #333333;
}

