.mytable {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 10px;
	border: solid 1px #c0c0c0;
	border-collapse: collapse;
	background: #ff6c52;  
}

.mytable caption {
	padding: 5px;
	width: 100%;	 
	font: bold 11px  Arial, Helvetica, sans-serif;
	text-align: left;
	background: #ff6c52;
	color: #ffffff;
	border: solid 1px #c0c0c0;	 
}

.mytable th {
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: capitalize;
	text-align: left;
	padding: 3px;
	background: #ff6c52;
}

.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	padding: 3px;	
	background: none;
}

.mytable td {
	background: #fff;
	padding: 3px;
	color: #333333; 	
}


.mytable td.specalt {
	background: #ffffcc;
	color: #333333;
	font-size: 12px;
	font-weight: bold; 
}

.mytable th.spec {
    width: 150px;
	background: #fff;
	vertical-align: top;
}

.mytable th.specalt {
	border-top: 0;
	background: #ffffcc;
	color: #333333;
	vertical-align: top;
}

.mytable A:link
{
    color: #666666;
    text-decoration: none;
}
.mytable A:Hover
{
    color: #666666;
    text-decoration: underline;
}
.mytable A:visited
{
    color: #666666;
    text-decoration: none;
}

