body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
}
#wrap {
	margin: auto;
	width: 80%;
}
.fulltable {
	width: 99%;
}
.textentry {
	padding: 4px;
	width: 90%;
}
.button {
	border: 1px solid #333;
	background-color: #FFF;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 8px;
	font-size: 12pt;
	color: #000;
}
.redtext {
	color: #F00;
}
#wrap #footer p {
	font-size: 9pt;
	color: #999;
	text-align: right;
}
.topcell {
	background-color: #E6E6E6;
	padding: 4px;
	font-weight: bold;
}
a  {
	color: #009ADE;
	text-decoration: none;
}

.spacedcell {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.spacedcellright {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: right;
}
.highlightrow:hover {
	background-color: #FFFFE6;
}

img {
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.download {
	font-weight: bold;
}
