body {
	
	font-family:"Arial";
	color: #FFFFFF;
}



#mytable {
	width: 86px;
	padding: 20;
	margin: 0;
}

caption {
	padding: 100 0 5px 0;
	width: 700px;	 
	font-family:"Arial";
	text-align: center;
}

th {
	font-family:"Arial";
	color: #4f6b72;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	letter-spacing: 0px;
	text-align: center;
	padding: 10px 3px 15px 5px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #FFFFFF;
	background: none;
}

td {
	font-family: "Arial";
	font-size: 12px;
	color: #8a8a8a;
	text-align: center;
	
}


td.alt {
	background: #FFFFFF;
	color: #FFFFFF;
}

th.spec {
	border-left: 1px solid #FFFFFF;
	border-top: 0;
	font-family:"Arial";
}

th.specalt {
	font-family:"Arial";
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: gray;
}


