body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*font: 62.5%/1.2 Arial, Helvetica, Verdana, sans-serif; /* reset 1em to 10px, 1.2 is correct default for paras */
	font-size: 62.5%;
	/*font-size: 70%;*/
	color: #000000;
	line-height: 1.5em;
	text-align: left;
}
img {border: none; outline: none;}
h1 {font-size: 1.3em; margin-top: 2.5em; margin-bottom: 1.5em; border-bottom: 1px solid #999999; padding-bottom: 0.5em;}
h2 {font-size: 1.2em;}
p, ul {font-size: 1.2em; line-height: 1.5em;}
table {font-size: 1.2em; line-height: 1.5em;}
td {vertical-align: top;}
table p {font-size: 1em; line-height: 1.0em;}
a, a:link, a:hover, a:active, a:visited {color: #000000;}
a:hover {color: #76b31e;}

#nav, #navMeta, #img, #teaser, #share {
	display: none;
}
#logos {margin: 30px 0px 20px 0px;}
#logos p {display: inline; margin-right: 20px; float: left;}

#main, #address, #content, #contentInner {
	display: table-cell;
	width: 600px;
}

#address {display: table-cell;}
#address ul {list-style: none; margin: 0; padding: 0;}
#address ul, #address li {margin-left: 0; padding-left: 0; margin-top: 0; margin-bottom: 0em;}
#address li {/*display: inline;*/}

.jspScrollable, .jspPane, .jspContainer {
	display: inline;
	width: 600px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}


.jspContainer {
	position: relative;
	overflow: visible;
	width: 600px !important;
	height: auto !important;
	z-index: 1;
}
.jspContainer{
	position: relative !important;
}
.jspVerticalBar{
	display: none;
}