/**********************
 CSS for printing
**********************/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

h1, h2, h3, h4 {
	margin: 0 0 5px 0;
}

p, img, ul {
	margin: 0 0 5px 0;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

a {
	text-decoration: underline;
	color: #0000ff;
}

#content img {
	border: none;
}

#header, #sidebar, #links, #gallery, form {
	display: none;
} 

th {
	text-align: left;
}