body, td, p {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.bluish {
	font-weight: bold;
	color: #0066cc;
}

.darkblu {
	color: #003231;
}

.quote {
	width: 450px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: 0066cc;
}

.toplink {
	font-size: 10pt;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}


a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}