/*** PRINT STYLESHEET ***/

body {
	line-height: 1.125em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* Disable these elements: */
ul.main_nav,
div#footerwrapper {
	display: none;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: 1em;
	margin: 0 0 0.5em;
}

h1 {
	font-size: 1.25em;
}

a {
	text-decoration: none;
	color: #000000;
}

img {
	display: block;
}

ul {
	margin: 0 0 1em;
	padding: 0 0 0 2em;
	list-style-type: disc;
}

ul li {
	margin: 0.25em 0 0.5em;
}

ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

a#logo img {
	border: none;
}

p.header_title {
	margin: 0.5em 0 1em;
	font-size: 2em;
}

ul.faq li div.answer {
	overflow: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
}




