#bodytext table{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  95%;
	border-collapse: collapse;
	color:#232323;
}

#bodytext caption{
	background: url(title.png) no-repeat 50px;
	font-size: 400%;
	text-indent: -10000px;
}

#bodytext thead tr{
	background-color: #D9FFD9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#bodytext tfoot tr{
	background-color: #FFFFFF;
}

#bodytext thead th{
	padding: 0.5em;
	white-space: nowrap;
}

#bodytext tfoot th{
	font-size: 110%;
	text-align: right;
	padding-right: 0.5em;
	letter-spacing: 1px;
	background:  
}

#bodytext tfoot td{
	padding-left: 0.5em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}

#bodytext tfoot td:hover{
	background-color: red;
	color: white;
}

#bodytext tr{
	background-color: #eaebde;
}

#bodytext tr.odd{
	background-color: #FFFFFF;
}

#bodytext tbody tr:hover{
	background-color: #dedfeb;
}

#bodytext td, #bodytext th{
	border: 1px dotted #CCCCCC;
}

#bodytext tbody td
{
	padding: 0.5em;
}

#bodytext td a:link, #bodytext th a:link{
	color: black;
}

#bodytext td a:visited, #bodytext th a:visited{
	color: black;
	text-decoration: none;
}

#bodytext td a:hover, #bodytext th a:hover{
	color: purple;
	text-decoration: underline;
}

#bodytext td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
}