.buttons {
	color: #000000;
	font-size: 11px;
	font-weight : bold;
	background-color: #000000;
	border-width: 1px;
	height: 25px;
	width: 100px;
	background-image: url(back.jpg);
}
.table {
	width: 400;
	background-color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.header {
	font-size: 11px;
	font-weight : bold;
	height: 25px;
	background-image: url(back.jpg);
}
.content {
	font-size: 11px;
	font-weight : bold;
	height: 25px;
	background-color: #FFFFFF;
	align: center;
}
.highlighted {
	font-size: 11px;
	font-weight : bold;
	height: 25px;
	background-color: #E2E2E2;
	align: center;
}
