/* PRINT STYLES */

* {
	display: compact;
	horizontal-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0 auto 0 auto;
}

body {
	background-color: #FFFFFF;
}

title, img, iframe, p#footer, p.globallinks, div#send-print_links, div.subnav, td#flashpiece, .disappear {
	display: none;
}

.appear {
	display: inline;
}

td {
	display: block;
	width: 100%;
}

div {
	display: block;
	width: 100%;
}

div#printheader {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 16px;
}

div#printheader img {
	display: inline;
}

/* TEXT AND LINKS */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	padding-bottom: 8pt;
}

p.pagetitle {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 8pt;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
}

h5 {
	font-size: 13pt;
	font-weight: bold;
}

a {
	display: inline;
	color: #999999;
	font-style: italic;
	text-decoration: none;
}
