@charset "UTF-8";
/* print styles */

body {
	background-color: white;
	color: black;
	background-image: none;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	width: auto;
	margin: 5%;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
} 
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited {
	background: none;
	color: #666;
	text-decoration: none;
}

#wrapper {
	background: none;
}

#main, #main_inside {
	clear: both;
	background-image: none;
}

#header, #leftcol, #rightcol, #print-footer, #footer .footer-right {
	display: none
}

#footer {
	background: none;
}

img, img.arrows {
	display: none
}
	
table {
	width: 562px;
	border: 1px solid #999;
}
tbody tr, tbody tr.odd {
	background: none;
}

tbody th,td {
	background: none;
	padding: 5px;
	border: 1px solid #bcbcbb;
	text-align: left;
}