body {
	background: #fff;
	color: #000;
	font-size: 90%;
	font-family: georgia, palatino,'times new roman', serif;
}
#header img {
	display: inline;
}
div#menu {
	display: none;
}
div#content {
	padding: 10px;
}
div#content a:link {
	text-decoration:underline;
}
div#content a:visited {
	text-decoration:underline;
}
div#content a:active {
	text-decoration:underline;
}
div#content a:link:hover {
	text-decoration:underline;
}
#footer {
	clear: both;
	font-size: 70%;
	font-style: italic;
	padding-top: 1em;
	margin-top: 3em;
	border-top:1px solid #999;
}
#footer a {
	margin-left: 1.2em;
}
#compliancy {
	display:none;
}
#skip-menu, .topOfPage {
	display:none;
}
address{
	font-style:normal;
}
address span {
	display:block;
	font-style:normal;
}
abbr, acronym {
	border:none;
}
img {
	display: none;
}
li {
	list-style-type: disc;
	margin-bottom:1em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
