body {
	color: #666666;
	background: #ffffff;
	font-family: tahoma, verdana;
	font-size: 11px;
}

a {
	color: #666666;
}

#mytable {
	width: 820px;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 190;	 
	text-align: right;
}

th {
	color: #666666;
	text-align: left;
}


th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 0px solid #C1DAD7;
	background: none;
	width: 10px;
	text-align: center;
}

td {
	border-right: 0px solid #C1DAD7;
	border-bottom: 0px solid #C1DAD7;
	background: #fff;
	padding: 2px 6px 6px 2px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 0px;
	border-top: 0;
	background: #ff0000;
    width: 200px;
	margin-left: 0;
	background: #ffffff url(horizontal_small.gif) repeat-x top left;	
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	color: #797268;
}