.fullborder {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.overline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.header {
	font-size: x-large;
	font-weight: bold;
}
.content {
	padding: 5px;
}
p, td {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	line-height: normal;
}
li {
	list-style-type: disc;
}
a {
	color: #000000;
	font-weight: bold;
}
.small {
	font-size: small;
	padding: 3px;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bolder;
	color: #FF0000;
	padding: 2px;
}
