#mytable {
	width: 655px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 655px;	 
	font: italic 11px;
	text-align: right;
}

th {
	font: bold 11px;
	color: #ddd;
	border-right: 1px solid #2c0a00;
	border-bottom: 1px solid #2c0a00;
	border-top: 1px solid #2c0a00;
	/*border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #2c0a00 url(img/bg_header.jpg) no-repeat;
}

td.clean {
	background: none;
	border:none;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #2c0a00;
	background: none;
	color:#eee;
}

td {
	border-right: 1px solid #2c0a00;
	border-bottom: 1px solid #2c0a00;
	background: #f8f8f8;
	padding: 6px 6px 6px 12px;
	color: #444;
	font-weight:bold;
	text-align:center;
}


td.alt {
	background: #d5d5d5;
	color: #333;
	font-weight:bold;
}

th.spec {
	border-left: 1px solid #2c0a00;
	border-top: 0;
	background: #f8f8f8 url(img/bullet1.gif) no-repeat;
	font: bold 10px;
	color: #444;
}

th.specalt {
	border-left: 1px solid #2c0a00;
	border-top: 0;
	background: #d5d5d5 url(img/bullet2.gif) no-repeat;
	font: bold 10px;
	color: #333;
}