table {
	list-style-position: outside;
	list-style-type: square;
}
th {
	text-transform: uppercase;
	color: #CC9933;
	background-color: #000000;
	border-bottom-color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	letter-spacing: 8px;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	word-spacing: 6px;
	text-align: center;
}
ul {
	padding-left: 5px;	
}
li {
	list-style-type: square;
	list-style-position: outside;
	font-size: 14px;
	margin-top: 2px;
}
td {
	margin-left: 3px;
}
.gig_white {
	color: #666600;
	font-size: 11px;
}
.gig_black {
	color: #000000;
	font-size: 10px;
}
.gig_red {
	color: #990000;
	font-size: 10px;
	font-weight:bold;
}
