@charset "utf-8";
/* CSS Document */

th	{
font-family:lucida, Trebuchet MS, Arial;
	font-size:12px;
	color: #fbfbfb;
	border-right: 1px solid #fbfbfb;
	border-bottom: 0px solid #fbfbfb;
	border-top: 0px solid #fbfbfb;
	text-align: left;
	height: 15px;
	padding: 6px 6px 6px 6px;
	background:  url(../images/tdback.jpg) repeat-x;
}

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

th.spec	{
	border-top: 0;
	background: url(../images/thback.jpg) repeat-x;
	font-family:lucida, Trebuchet MS, Arial;
	font-size:12px;
	text-align: center;
}

th.specalt	{
	border-left: 1px solid #fbfbfb;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
font-family:lucida, Trebuchet MS, Arial;
	font-size:12px;
	color: #B4AA9D;
}


th.firstbg	{
background: url(../images/firstbg.png);
}

th.row	{
background: url(../images/throw.jpg); repeat-x;
}
td	{
font-family:lucida, Trebuchet MS, Arial;
	font-size:12px;
	height:20px;
	border-right: 1px solid #fbfbfb;
	border-bottom: 1px solid #fbfbfb;
	background: url(images/backtd.jpg);
	padding: 6px 6px 6px 12px;
	color: #333333;
	width:90px;
}


td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

