/* Print Styles
	 -Remove menu, header and images
*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

#bg {
	background: #ffffff;
}

body {
	background: #ffffff;
}

#header img {
	width: 375px; height: 44px;
}

#footer {
	display: none;
}

#menu {
	display: none;
}

#content {
	font-size: 12pt;
}

#images {
	display: none;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

a {
	text-decoration: none;
}

.print {
	display: none;
}