
.footerclass { color: black; font-size: 9pt; line-height: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.menuclass { color: white; font-style: normal; font-weight: 600; font-size: 11pt; line-height: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; a: color : white }


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: groove groove groove groove;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}