/* CSS Document */
body {
	margin: 0;
	padding: 10px;
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	text-align: left;
}
.dontDisplay
{
	display: block;
}
.dontPrint
{
	height: 0;
}
.logo
{
	float: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 50px;
}
.title
{
	font-weight: bold;
	text-align: center;
	clear: right;
}
.heading
{
	font-weight: bold;
	text-align: left;
}
.copy
{
}
img
{
	clear: right;
	float: right;
	padding: 0;
	margin: 10px 0 10px 10px;
/*	border: solid #000 1px;*/
}
.logo img {
	border: none;
}
a.hover {
	color: #000;
	text-decoration: underline;
}
a {
	color: #000;
}