/*****************************************************************************************************************/
/* 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 {
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, tahoma, sans-serif;
}
caption {
	font-size: 90%;
	font-style: italic;
	text-align: left;
}
h1 {
	font-size: 150%;
}
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,
#relatedcontent.home h1, #relatedcontent.home h2, #relatedcontent.home h3, #relatedcontent.home h4, #relatedcontent.home h5, #relatedcontent.home h6,
#relatedcontent.inside h1, #relatedcontent.inside h2, #relatedcontent.inside h3, #relatedcontent.inside h4, #relatedcontent.inside h5, #relatedcontent.inside h6
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-left: 0px;
}
#content a:link, #content a:visited,
a:link, a:visited,
.breadcrumb a:link, .breadcrumb a:visited,
#relatedcontent a:link, #relatedcontent a:visited
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: underline;
}
#maincontent.inside td {
	background: none;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}

/*****************************************************************************************************************/

/*
The following are custom styles used for the print version.
Add new CSS classes/selectors here to control their output, for example: margin, padding, etc.
*/

.tab_cornerright {
	padding: 1px 50px 30px 25px;
}

/*****************************************************************************************************************/

/*
The following styles are used to hide elements not required in the printed version.
Add CSS classes/selectors here to hide this element from print version.
*/
.null,
.navigation,
#banner,
#breadcrumb,
#header,
#centernav,
#footer,
#navarea, 
#newsletter,
#ourbranches,
#pagebuttons,
#skip
{
	display: none;
}

/*****************************************************************************************************************/




