
#mytable {
	width: 175px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 550px;	 
	text-align: center;
}

th {
	border-right: 1px solid #0a523d;
	border-bottom: 1px solid #0a523d;
	border-top: 1px solid #0a523d;
	text-align: left;
	padding: 3px 6px 3px 10px;
	background: #a3b3a0 url(images/bg_header.gif) no-repeat;
}

th.nobg {
	border-left: 1px solid #0a523d;
	border-bottom: 1px solid #0a523d;
	border-top: 1px solid #0a523d;
	text-align: left;
	padding: 3px 6px 3px 10px;
	background: #a3b3a0 url(images/bg_header.gif) no-repeat;
}

td {
	border-right: 1px solid #0a523d;
	border-bottom: 1px solid #0a523d;
	background: #fff;
	padding: 3px 6px 3px 10px;
	color: #0a523d;
}


td.alt {
	background: #e3e8e2;
	color: #0a523d;
}

td.spec {
	border-left: 1px solid #0a523d;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
}

td.specalt {
	border-left: 1px solid #0a523d;
	border-top: 0;
	background: #e3e8e2 url(images/bullet2.gif) no-repeat;
	color: #0a523d;
}