/* 
===========================
SPECIFIC PRINT STYLES
---------------------------
*/

#printHeader {
	display: block;
	margin-bottom: 25px;
	border-bottom:#999999 solid 1px;
	clear: both;
	height: 116px;
}

#printHeader .printLogo {
	float: left;
}

#printHeader .printUrl {
	float: right;
	vertical-align: bottom;
	padding-top: 118px;
	display: block;
}

#printFooter {
	display: block;
	margin-top: 15px;
}

#printFooter span {
	display: block;
	padding: 3px 0px;
	width: 100%;
	border-top:#999999 solid 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#printFooter #printEast {
	font-size: 7pt;
	line-height: 8pt;
	float: left;
	display: block;
	text-align: left;
	margin-left: 1cm;

}

#printFooter #printWest {
	font-size: 7pt;
	line-height: 8pt;
	float: right;
	display: block;
	text-align: left;
	margin-right: 1cm;
}

#printFooter img {
	border: none;
	padding: 5px 10px 10px 0px;
}



/* 
===========================
DEFAULT STYLE OVERRIDES
---------------------------
*/


body  {
	font: 10pt/16pt Verdana, Arial, Helvetica, sans-serif !important;
	margin-right: 0px;
	margin-left: 0px;	
	background: #FFFFFF;
	width: auto !important;
	float: none !important;
}

a, a:link, a:active, a:visited, a:hover {
	font-size: 10pt !important;
}

#headerTable, #header {
	display: none;
}


#footerWrapper, #footerContent, #footerContact {
	display: none;
}

#container {
	width: auto !important;
	float: none !important;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	display: block;	
} 


#mainContentWrapper {
	width: auto !important;
	float: none !important;
	padding: 0px;
	margin: 0px;
	background: none;
	display:block;
}

#mainContentBottom {
	width: auto !important;
	float: none !important;
	background: none;
	padding: 0px;
	margin: 0px;
} 

h2 {
	border: none;
}

h1 {
	font-size: 200%;
	color: #000000 !important;
	font-weight: bold;
}

.buttonMore {
	display: block;
	height: auto;
	width: auto;
}

.buttonMore a:link, .buttonMore a:visited,.buttonMore a:hover {
	display: block;
	height: auto;
	width: auto;
}

.backToTopLink {
	diplay: none !important;
}

.backToTopLink a:link, .backToTopLink a:visited {
	display: none !important;
}

.printableVersionLink {
	display: none !important;
}
