#Tabela-1
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 10px;
	width: 700px;
	text-align: center;
	border-collapse: collapse;
	color: #333;
}
#Tabela-1 th
{
	margin: 0px;
	border-color: #666666 #FFF #666666 #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	color: #333;
	background-color: #808080;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	font-family: "Trebuchet MS";
}
#Tabela-1 td
{
	border-color: #666666 #FFF #fff #FFF;
	font: "Lucida Sans Unicode";
	padding: 8px;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
#Tabela-1 tr:hover td
{
	color: #FFFFFF;
	background-color: #999999;
}

