/*----Table style----*/
#mytable {
	width: 500px;
	padding: 0;
	margin: 0;
}
caption {
	padding: 0 0 5px 0;
	width: 500px;	 
	font: italic 11px "Trebuchet MS", Arial, Helvetica, sans-serif;;
	text-align: left;
}
th {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;;
	color: #ffffff;
	border-right: 1px solid #00548F;
	border-bottom: 1px solid #00548F;
	border-top: 1px solid #00548F;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background: #00548F url(images/bg_header.jpg) no-repeat;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #00548F;
	background: #FFFFFF;
	color: #4f6b72;
}
td {
	border-left: 1px solid #00548F;
	border-bottom: 1px solid #00548F;
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #4f6b72;
}
td.right {
	border-bottom: 1px solid #00548F;
	border-right: 1px solid #00548F;
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #4f6b72;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
td.ralt {
	border-bottom: 1px solid #00548F;
	border-right: 1px solid #00548F;
	background: #F5FAFA;
	color: #797268;
}
th.spec {
	border-left: 1px solid #00548F;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;;
}
th.specalt {
	border-left: 1px solid #00548F;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;;
	color: #797268;
}
