table {
	border-collapse:collapse;
/*	background-color:#dfeaf0;*/
	font:11px Verdana,Arial;
	color: #8d7348;
	word-spacing: -1px;
	width: 485px;
}

caption {
	padding: 10px 0 19px 0;
	text-align: left;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, Arial;
	text-transform: capitalize;
/*	color: #dfeaf0;*/
	background-image:url(tab_top.gif);
	margin-bottom: -23px;
	line-height: 40px;
}

/* Linkz-------------------------------------------- */

/*table a {
	color:#90B0D2;
	text-decoration:none;
}

table a:link {
	font-family: Georgia ,"Times New Roman";
	text-transform: uppercase;
	font-weight: normal;
	color: #90C000;
	font-size: 12px;
	word-spacing: 0px;
	letter-spacing: 0px;
}

table a:visited {
	font-weight:normal;
	color:#666;
	text-decoration: line-through;
}

table a:hover {
		color: #C3E858;
}*/

/* Header Footer-------------------------------------- */
thead  {
	background:#31637e;
	border-bottom: solid 1px #8d7348;
	border-top: solid 1px #C3E858;
}

thead th, tfoot th, tfoot td {

}

tfoot td {
	border-bottom: solid 1px #8d7348;/*azulao*/
	text-align:right;
}
tfoot th {
	border-bottom: solid 1px #8d7348;/*azulao*/
	line-height: 12px;
	font-size:9px;
	text-align:right;
	font-weight:normal;
	color:#990000;

}

/* Body------------------------------------------ */

tbody th, tbody td {
	border-bottom: solid 1px #8d7348;/*azulao*/
	line-height: 12px;
	padding: 5px 10px 5px 10px;
	text-align:left;
}
tbody td {

}
tbody th {
width: 100px;
	white-space: nowrap;
}

tbody th a {
	color:#fff;
}

.odd {}

tbody tr:hover {
	background:#ebf2f5; /*highlight*/
}

