/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*	The following styles are used for the print version. */

body, span, textarea, hr {
	color: #000000;
	font-family: times, serif;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 95%;
}
h1, h2, h3, h4, h5, h6
{
	font-family: arial, sans-serif;
	clear: both;
	color: #000000;
} 
td h1, td h2, td h3, td h4, td h5, td h6,
th h1, th h2, th h3, th h4, th h5, th h6 {
	font-family: arial, sans-serif;
	margin:0px;
	padding:0px;
	font-family: arial, sans-serif;
	color: #000000;
	font-size:100%;
}
{

} 
a:link, a:visited, a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
table {
	margin-bottom: 20px;
}
p {
	color: #000000;
}
th, td {
	background: none;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
}
form th, form td {
	border:none;
}
p img.alignleft {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}
p img.alignright {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.button {
	background-color: #CCCCCC;
	color: #000000;
}

/*	The following styles are used to hide elements not required in the printed version. */
#bannerwrapper,
#header,
#navigation2,
#footerdivide,
#maincontentfooter,
#sitefooter,
#relatedcontentfooter,
.disclaimer
 {
	display: none;
}

