/*
/   print
/ 
/   Created by Joost Schuttelaar on 2006-08-11.
/
*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: white;
	color: black;
	font-family: sans-serif;
	margin: 10pt;
}

#menu {
	display: none;
}

#bottom_spacer {
	display: none;
}

#content {
	margin-top: 10pt;
	padding-top: 10pt;
	border-top: 1px solid #492304;
	border-bottom: 1px solid #492304;
}

p {
	margin-bottom: 10pt;
}

a {
	color: #053a49;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	color: #492304;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10pt;
}

ul {
	margin-left: 10pt;
}

ol {
	margin-left: 10pt;
}

.no_print {
	display: none;
}
