<!--
thead {
	display:table-header-group;
}
tbody {
	display:table-row-group;
}
tfoot {
	display:table-footer-group;
}
body,td,th {
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.boldcopy {
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.bigheadline {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
}
#container {
	position:relative;
	text-align:right;
	width:500px;
	}
#contactinfo {
	position:absolute;
	text-align:right;
	vertical-align: bottom;
	width:500px;
	height:100px;
	top:33px;
	}
.bgcolor{
	background-color:#999999;
	}
-->