.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.borderall {
	border: 1px solid #000000;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.logoworks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.logoworks:hover {
	text-decoration: underline;
}
body {
	margin-top: 20px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
