body {
	background: #ccddff;
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11pt;
}

a, a:active, a:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.plainbox {
	width: 80%;
	text-align: left;
}

.whitebox {
	background: #ffffff;
	padding: 8px;
	border: 5px double #0000cc;
	width: 80%;
	text-align: left;
}

.attentionbox {
	background: #ffff00;
	padding: 8px;
	border: 8px double #ff0000;
	text-align: center;
	font-size: 13pt;
	width: 80%;
}

.disclaimer {
	font-size: 9pt;
	font-style: italic;
	color: #dd0000;
}

.copyright {
	color: #7788aa;
	font-size: 8pt;
	text-align: left;
}

.notes {
	font-size: 9pt;
}