
/* set white bg and set standard PRINT font size */
body {
   background: #fff;
   font-size: 10pt;
   font-family: "Tahoma", sans-serif;
   overflow: visible;
}

body * {
   color: #000 !important;
   font-size: 10pt;
   font-family: "Tahoma", sans-serif !important;
   overflow: visible !important;
   float: none !important;
}


.e-head-pre,
.e-navigation-primary,
.section-home .e-branding,
.e-text-resize,
a.anchor,
.e-panel-c,
img#location-map,
img#site-img-logo,
form {
	display: none;
}


.system-logo {
	display: none !important;
}

.print-logo {
	display: block !important;
	float: none !important;
	margin-bottom: 10px;
}

.e-wrapper {
	width: 670px;
}

.e-title {
	display: block;
}

.e-panel-b {
	width: 100% !important;
	margin: 0;
	padding: 0;
	height: auto;
	float: none !important;
	clear: both !important;
}

.e-foot-post {
	margin-top: 12pt;
	border-top: 1px solid #000;
}

/* TYPO
------------------------------------------------*/

h1 { font-size: 2em;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; font-weight: bold;} 
h6 { font-size: 1em; font-weight: bold; }



a:link, a:visited {
   color: #520 !important;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   margin: 0;
   padding: 0;
}

   
   
#clear-all {
	display: none;
}







.a-inner-foot {
	float: left;
	width: 100%;
}



