@charset "utf-8";
/* CSS Document */

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #EDAB20;
	font-weight: bold;
	border-bottom: 2px;
	border-bottom-color: #BB830F;
	border-left: 2px;
	border-left-color: #F7D795;
	border-right: 2px;
	border-right-color: #BB830F;
	border-top: 2px;
	border-top-color: #F7D795;
}
