table {
	border-spacing: 0px;
}

table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
}

table caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 100px;
	height: 40px;
	color: #FFFFFF;
}

thead th {
	height: 21px;
	color: #FFFFFF;
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
}

tbody tr {	background: #ffffff; }

tbody tr.odd {	background: #f0f0f0; }

tbody th {
	padding-left: 10px !important; }

tbody tr.odd th {
	padding-left: 10px !important; }

tbody th, tbody td {
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 7px;
	border-bottom: 1px solid #800000;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0DFE3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0DFE3;
}

tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

tbody a:hover {
	color: #000000;
	text-decoration: underline;
}

tbody tr:hover th {
	background: #800000;
	color: #ffffff; }

tbody tr.odd:hover th {
	background: #000000;
	background-position: 5px;
	color: #FFFFFF;
}

tbody tr:hover th a, tr.odd:hover th a	{
		 color: #ffffff; }

tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {
	background: #f0f0f0;
}

tbody tr.odd:hover td, tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 }

tfoot th, tfoot td {
	background: #ffffff
	font-size: 1em;
	color: #ffffff;
	height: 21px;
	}
