#mytable {
	width: 90%;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 90%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color:#777;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #666666 url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #CCC;
	background: none;
	color:#777;
}

#mytable td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #fff;
	padding: 6px 6px 6px 12px;
	/*color: #4f6b72;*/
	color:#777;
	font-size: 12px;
 	
}

#mytable td.alt {
	background: #E8EAEA;
	color: #777;
	font-size: 12px;
	text-align: left;  
}

#mytable th.spec {
    width: 150px;
	border-left: 1px solid #CCC;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	color:#777;
}

#mytable th.specalt {
    width: 150px;
	border-left: 1px solid #CCC;
	border-top: 0;
	background: #E8EAEA url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	vertical-align: top;
}



