#mytable {
	width: 520px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 520px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th.py {
	font: bold 11px "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;
	background: #CAE8EA url(/extras/css/table/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: none;
}


th.spec {
	border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
	border-top: 0;
	background: #f4f19d url(/extras/css/table1/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-align: center;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
	border-top: 0;
	background: #fffdcc url(/extras/css/table1/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: center;
}

td.divider {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #f4f19d;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-transform: uppercase;
    font-weight: bold;
	text-align: center;
    background: #CAE8EA url(/extras/css/table/bg_header.jpg) no-repeat;
}

td.py {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #f4f19d;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: center;
}

td.alt {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fffdcc;
	padding: 6px 6px 6px 12px;
	color: #797268;
	text-align: center;
}
