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

#mytable a{
	color: #1a1a1a;
}
#mytable a:hover{
	color:#19a1dc;
}
th {
	font-family: "Calibri", Helvetica, "Trebuchet MS", arial, serif;
	-webkit-font-smoothing: antialiased;
	font-size: 10px;
	color: #f3f3f3;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	border-top: 1px solid #1a1a1a;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 3px 6px 5px;
	background: #1a1a1a;
}

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

td {
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	background: #f3f3f3;
	padding: 6px 3px 6px 5px;
	color: #1a1a1a;
	font-weight:bold;
	font-size:12px;
}


td.alt {
	background: #e3ba24;
	color: #1a1a1a;
	
}
td.alt2 {
	background: #19a1dc;
	color: #1a1a1a;
}

th.spec {
	border-left: 1px solid #1a1a1a;
	border-top: 0;
	background: #f3f3f3;
	font-family: Helvetica, "Trebuchet MS", arial, serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	text-transform: capitalize;
	color: #1a1a1a;
	padding-left: 30px;
}

th.specalt {
	border-left: 1px solid #1a1a1a;
	border-top: 0;
	background: #e3ba24;
	font-family: Helvetica, "Trebuchet MS", arial, serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	color: #1a1a1a;
	font-weight:bold;
	text-transform: capitalize;
	padding-left: 20px;
}
th.specalt2 {
	border-left: 1px solid #1a1a1a;
	border-top: 0;
	background: #19a1dc;
	font-family: Helvetica, "Trebuchet MS", arial, serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	color: #1a1a1a;
	font-weight:bold;
	text-transform: capitalize;
	padding-left: 20px;
}
th.specalt3 {
	border-left: 1px solid #1a1a1a;
	border-top: 0;
	background: #19a1dc;
	font-family: Helvetica, "Trebuchet MS", arial, serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	color: #1a1a1a;
	font-weight:bold;
	text-transform: capitalize;
	padding-left: 25px;
}
.underling{
	font-size:10px;
	font-weight:normal;
}