#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 10px 0 5px 0;
	/*width: 700px;*/	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

th {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	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 6px 6px 12px;
}

th.nobg1 {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: #FFF;
	color: #4f6b72;
}


th.nobg {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: #9ED8D0;;
	color: #4f6b72;
}



th.nobg a{
color: #4f6b72;
text-decoration:none;
}

th.nobg a:link, th.nobg a:visited {color: #4f6b72; background: #9ED8D0;}
th.nobg a:hover {color: #FFF; background: #333333;}


th.empty {
	border: 0;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


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

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*div.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

div.specalt a{
color:#FFF;
background: #f5fafa; 
text-decoration:none;
}*/


th.specalt {
	background: #9ED8D0;
	/*background: #f5fafa;*/
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}

th.specalt a{
color:#FFF;
/*background: #2CAF9C;
color: #797268;*/
background: #9ED8D0; 
text-decoration:none;
}

th.specalt a:link, th.specalt a:visited {color: #333333; background: #9ED8D0;}
th.specalt a:hover {color: #FFF; background: #333333;}

