body {
	background: white;
	font-size: 9pt;
	font-family: Verdana, Tahoma, sans-serif;
}

#content img, #menu {
	display: none;
}

#htmlwrap {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	font-size: 8pt;
}

/* CQ images */
.tiImageLeft {
	float: left;
	margin: 1em 1em 1em 0;
}
.tiImageRight {
	float: right;
	margin: 1em 0 1em 1em;
}
.tiImageCenter {
	/*clear: both;*/
	margin: 1em 0 1em 1em;
	text-align: center;
}
.tiImageBanner {
	margin: 1em 1em 1em 0;
}
.imageCaption {
	background: #E4F1F7;
}

