.border {
	border-top: 10px none #990000;
	border-right: 10px solid #990000;
	border-bottom: 10px solid #990000;
	border-left: 10px solid #990000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.footer {
	font-size: 11px;
}
.border-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
