.mytable {
    padding: 0;
    margin: 0;
}

.mytable caption {
    padding: 0 0 5px 0;
    font-weight: bold;
	font-size: 12px;
    text-align: center;
}

.mytable th {
    font-weight: bold;
	font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 6px 6px 12px;
}
.mytable th.nobg {
    border-top: 0;
    border-left: 0;
    background: none;
}

.mytable td {
    padding: 6px 6px 6px 12px;
}


.mytable th.spec {
    border-top: 0;
	font-weight: bold;
	font-size: 10px;
}

.mytable th.specalt {
    border-top: 0;
    font-weight: bold;
	font-size: 10px;
}

.mytable tfoot th{
    padding: 12px 6px 12px 12px;
}
.mytable tfoot th { vertical-align:baseline !important;  }
.mytable tfoot th.sum{ font-size:24px; text-transform:lowercase; }
