/* CSS Document */

/* City Mouse CSS by Janie Hadsel		 */
/* Hadsel Design - www.hadsel-design.com */

table {
	font: 80% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	background-color: #eee;
	/*background-image: url(/images/J_bg_bull_2_2.png);*/
	background-repeat: no-repeat;
	background-position: center;
	border: thin solid #894300;	
	*width: 100%;*
}
table a {
	text-decoration: underline;
	color: #105c6e;
}
table a:visited {
	text-decoration: none;
}
table a:hover, table a:active {
	background-color: #008eb1;
	text-decoration: none;
	color: #eee;
}
thead th {
	font-size: 300%;
	color: #eee;
	background-color: #27a0bd;
	border-bottom: 2px solid #008eb1;
}
tbody {


}
tr {
	vertical-align: top;
}
tr,th,td {
	padding: .75em;
	/*width: 150px;*/
}
th.state_mem_title {
	letter-spacing: 0.03em;
	font-size: 1.25em;
	font-weight: bold;
}
caption {
	font-size: 150%;
	font-weight: bold;
	height: 27px;
	color: #000;
	text-align: left;
	
}
tr.odd td, tr.odd th {
	background-image: url(/images/tbl_bg.png);
	background-repeat: repeat;
}
tfoot th,tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}
tfoot th {
	text-align: right;
}