body {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background-color: #EDEDED;
}

#mytable a {
	color: #c75f3e;
}

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

#mytable caption {
	padding: 0 0 5px 0;
	width: 700px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #3366CC;
	font-weight: bold;
}

#mytable th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #CAE8EA;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

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

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-color: #fff;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	color: #797268;
	background-color: #f5fafa;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#mytable .subcaption {
	padding: 0 0 5px 0;
	width: 700px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #3366CC;
}

