/* CSS Document Print */

body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	text-align: right;
}

#header p {
	display:none
}

#header img {
	display:block;
}

#nav {
	display:none
}

a {
	color: #000;
	text-decoration:none;
}

h1 {
	font-size: 18pt;
	border-bottom: 1px solid #ccc;
}


h2 {
	font-size: 15pt;
}

h3 {
	font-size: 13pt;
}

#footer {
	border-top: 1px solid #ccc;
}

