/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*
The following are generic styles used for the print version and it is recommended that no changes are made.
*/  
body, span, textarea, hr {
	color: #000000;
	font-family: Verdana, Tahoma, Serif;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #000000;
} 
#content a:link, #content a:visited,
a:link, a:visited,
#breadcrumb a:link, #breadcrumb a:visited,
#relatedcontent a:link, #relatedcontent a:visited
{
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
#content table {
	margin-bottom: 20px;
}
#breadcrumb, #content p {
	color: #000000;
}
.button {
	background-color: #CCCCCC;
	border: none;
	color: #000000;
}

#content td {
	background: none;
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

/*	The following styles are used to hide elements not required in the printed version. */
#banner, 
#toolbar,
#centernav, 
.footer, #footer,
#navigation,
#pagebuttons,
#keywordsearch
{
	display: none;
}
