/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*	The following styles are used for the print version. */
body, span, textarea, hr {
	color: #000000;
	font-family: Verdana, Tahoma, Serif;
	margin: 0px;
}
h1 {
	font-size: 135%;
}
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,
div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6
{
	clear: both;
	color: #000000;
} 
div.content a:link, div.content a:visited, div.content a:hover,
a:link, a:visited, a:hover,
.breadcrumb a:link, .breadcrumb a:visited 
{
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
div.content table {
	margin-bottom: 20px;
}
div.content p {
	color: #000000;
}
div.content td, #maincontent div.content td {
	background: none;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
}
/*
div.content td.tdhomecontent, div.content td.tdextracontent, div.content td.tdworkcommunities {
	border: none;
}
*/
.button {
	background-color: #CCCCCC;
	color: #000000;
}
.breadcrumb {
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
}
#contenttable {
	margin: 0px;
}
#contenthome, #contentcurve, #contentcurve-none, #contentinside {
	padding: 0px;
}
#quote {
	color: #000000;
}
#relatedinfo {
	padding-top: 0px;
}

.tdnavigation {
	border-right: none;	
}


/*	The following styles are used to hide elements not required in the printed version. */
.tdnavigation,
#banner,
#footer,
#nav3,
#pagebuttons
{
	display: none;
}
