#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	text-align: right;
}

#mytable th {
	color: #333333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #c6dce2 no-repeat;
	font-family:"Trebuchet MS";
}

#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;
	border-left: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	color: #797268;
}

#mytable p {
	color:#db1141; font-size:14px; font-weight:bold;
}

#mytable h1 {
	color:#db1141; font-size:14px; font-weight:bold; text-transform:uppercase;
	font-family:"Trebuchet MS";
}

#mytable h2 {
	color:#2d2d2d; font-size:12px; font-weight:bold; text-transform:uppercase;
	font-family:"Trebuchet MS";
}

#mytable h3 {
	color:#2d2d2d; font-size:13px; font-weight:normal;
	font-family:"Trebuchet MS";
}