#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;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8aa00f;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #f0f0f0;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c0c0c0;
	background: none;
}

#mytable td {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
	font-size: 12px;
 	
}


#mytable td.alt {
	background: #F5FAFA;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;  
}

#mytable th.spec {
    width: 150px;
	border-left: 1px solid #c0c0c0;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#mytable th.spec a:link 
{
    color: #ba3c81;
    text-decoration: none; 
}
#mytable th.specalt {
    width: 150px;
	border-left: 1px solid #c0c0c0;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	vertical-align: top;
}
#mytable th.specalt a:link 
{
    color: #ba3c81;
    text-decoration: none; 
}


