/* CSS Document */

/* PrintSheet Styles*/
body {
	width: 7.75in;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #fff;
	color: #000;
}

/* Links */
a {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}


/* Headings */
h1 {
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
h2, h3 {
	font-size: 14pt;
	font-weight: bold;
}

/* no_print */
#pre_header, #flash_movie, #post_header, #side_bar, #bottom_nav {
	display: none;
	visibility: hidden;
}


