#mytable {
	width: 600;
	margin-left:auto;
	margin-right: auto;

}

th {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #333333;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #FFFFFF;
	background: none;
}

td.alt {
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	background: #000000;
	padding: 3px 3px 3px 6px;
	color: #FFFFFF;
}

th.spec {
	border-left: 1px solid #CCCCCC;
	border-top: 0;
	background: #000000;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFF00;
	font-weight:bold;
}
