/* CSS Document */
body {
	overflow:visible;
	font-size: 12pt;
	color: #000;
}

a {
	text-decoration: underline;
	color: #000;
}

#nav, #email , #imageswap {
	display: none;
}

#scroll, #scroller {
	position: fixed;
	width: 750px; 
	height: 1000px;
	overflow: visible;
	background-color:#FFFFFF;
}

strong {
	color: #000;
}

.Accordion, .AquaAccordion {
	overflow: visible !important;
}
.AccordionPanelContent, .AquaAccordion .Content {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}