#mytable {
text-align:center;
	width: 632px;
	padding: 0;
	margin: 10px 0 15px 10px;

}

#mytable a{

text-align:center;
font-size:9px;
color:#999999;
}
 
 th a{ text-align:center;}
 
th {
	width:120px;
	color: #4f6b72;
	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 2px 6px 2px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
text-align:center;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.nobg a{
display:inline;
margin:0 auto;
text-align:center;}

td {
 
text-align:center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
	padding: 6px 6px 6px 6px;
	color:#666666;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	padding: 6px 0px 6px 0px;
	text-align:center;
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	width:20px;

}

th.specalt {
	width:20px;
	padding: 6px 0px 6px 0px;
	text-align:center;
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;

}
