body
{
	color: #231f20;
	height: 100%;
	margin: 0px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

img
{
	border: none;
}

div
{
	overflow: hidden;
	_overflow: visible;
	_height: 0px;
}

a:link
{
	color: #985006;
	text-decoration: none;
}
a:visited
{
	color: #985006;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.Canvas
{
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}