#itsthetable {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
}

#itsthetable caption {
	font-size: 48px;
	color: #036;
	font-weight: bolder;
	font-variant: small-caps;
}

#itsthetable th {
	font-size: 12px;
	color: #FFF;
	background-color: #ff8007;
	padding: 8px 4px;
}

#itsthetable table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #ff8007;
	width: 100%
}

#itsthetable th a:link, #itsthetable th a:visited {
	color: #FFF;
	text-decoration: none;
	border-left: 5px solid #FFF;
	padding-left: 3px;
}

#itsthetable th a:hover, #itsthetable th a:active {
	color: #F90;
	text-decoration: line-through;
	border-left: 5px solid #F90;
	padding-left: 3px;
}

#itsthetable tbody th:hover {
	background-image: url(images/tbody_hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#itsthetable td {
	background-color: #f2f2f2;
	padding: 4px;
	font-size: 12px;
	text-align: center;
}

#itsthetable td:hover {
	background-color: #f8f8f8;

}

#itsthetable td a:link, #itsthetable td a:visited {
	color: #FF0000;
	text-decoration: none;
	padding-left: 3px;
}

#itsthetable td a:hover, #itsthetable td a:active {
	color: #ff8f22;
	text-decoration: none;
	padding-left: 3px;
}

#itsthetable th {
	text-align: center;
	width: 150px;
}

#itsthetable tr {
	border-bottom: 1px solid #CCC;
}

#itsthetable thead th {
	background-image: url(images/thead_back.gif);
	background-repeat: repeat-x;
	background-color: #ff8007;
	height: 30px;
	font-size: 18px;
	text-align: center;
	text-shadow: #333 2px 2px;
	border: 2px;
}

#itsthetable tfoot th {
	background-image: url(images/tfoot_back.gif);
	background-repeat: repeat-x;
	background-color: #036;
	height: 30px;
	font-size: 28px;
	text-align: center;
	text-shadow: #333 2px 2px;
}

#itsthetable tfoot td {
	background-image: url(images/tfoot_back.gif);
	background-repeat: repeat-x;
	background-color: #036;
	color: FFF;
	height: 30px;
	font-size: 24px;
	text-align: center;
	text-shadow: #333 2px 2px;
}

tr.special td {
	background-image: url(images/thead_back.gif);
	background-repeat: repeat-x;
	background-color: #036;
	color: #fff;
	height: 30px;
	font-size: 24px;
	text-align: center;
	text-shadow: #333 2px 2px;
}


