

.buttons {
	color: #ffffff;
	font-size: 11px;
	font-weight : bold;
	background-color: #888800;
	border-width: 1px;
	height: 25px;
	width: 100px;
}
.table {
	width: 550;
	background-color: #888800;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.header {
	font-size: 11px;
	font-weight : bold;
	height: 25px;
	color: #ffffff;
}
.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: #888800;
	align: center;
}