table.itsthetable, table.itsthetable td {
	border: 1px solid #84785e;
	border-collapse: collapse;
/*	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
/*	font-family:Verdana, Geneva, sans-serif;*/
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	padding: 2px 4px;
}

table.itsthetable {
	border: 1px solid #84785e;
    background:#BF1E2D;
	margin-left: auto;
	margin-right: auto;

}

table.itsthetable thead th {
/*	font-size: 10px;*/
	font-weight: bold;
	background-color: #bf1e2d;
  	border: 0;
  	color: #ffffff;  
	padding: 2px;
	text-align:center;
	cursor: pointer;
}

table.itsthetable tbody th {
  	border-top: 1px solid #84785e;
/*	font-size: 10px;*/
  	font-weight: normal;
/*	padding-left: 3px;*/
}

table.itsthetable tbody tr td {
/*	padding: 4px;*/
/*	font-size: 10px;*/

}

table.itsthetable tfoot td, table.itsthetable tfoot th {
/*	font-size: 10px;*/
	font-weight: bold;
  	background-color: #bf1e2d;
  	border-left: none;
  	border-top: 1px solid #84785e;
  	color: #ffffff;
/*	padding: .75em;*/
}

table.itsthetable caption {
	text-align: left;
	font-size: 100%;
	padding: .75em;
	color: #000;
}

/* ----- Changes odd row to fffce1 */

table.itsthetable tr.odd {
	background-color: #EDEDED;
	color: #101011;
}

/* ----- Changes row color to 142570 for those browsers that support tr:hover */

table.itsthetable tr:hover, table.itsthetable tr.odd:hover {

}

/* ----- Changes link color to 101011 */

table.itsthetable a:link {
	color: #101011;
	text-decoration: none;
}

table.itsthetable a:visited {
	color: #101011;
	text-decoration: none;
}

table.itsthetable a:hover, table.itsthetable a:active {
	text-decoration: underline;
}

/* ----- Changes link color to white for those browsers that support the tr:hover */

table.itsthetable tr:hover a:link, table.itsthetable tr.odd:hover a:link {
	color: #ffffff;
}

table.itsthetable tr:hover a:visited, table.itsthetable tr.odd:hover a:visited {
	color: #ffffff;
}


