@charset "utf-8";
/* CSS Document */
#box-table-a {
	border-collapse:collapse;
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	text-align:left;
	width:98%;
}
#box-table-a th {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#FFFFFF;
	font-weight:normal;
	padding:3px;
	background-attachment: scroll;
	background-color: #fa631e;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EA660F;
	border-bottom-color: #FFFFFF;
}
/*Usado*/
#box-table-a td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	color:#000000;
	padding:3px;
	background-attachment: scroll;
	background-color: #FEF0E7;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#box-table-a tr:hover td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#000000;
	background-attachment: scroll;
	background-color: #FDE8D9;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#box-table-b {
	border-collapse:collapse;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	margin:20px;
	text-align:center;
	width:480px;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FEF0E7;
	border-bottom-color: #FEF0E7;
}
#box-table-b th {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-left:1px solid #9BAFF1;
	border-right:1px solid #9BAFF1;
	color:#003399;
	font-size:13px;
	font-weight:normal;
	padding:8px;
	background-attachment: scroll;
	background-color: #FEF0E7;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#box-table-b td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-left:1px solid #AABCFE;
	border-right:1px solid #AABCFE;
	color:#666699;
	padding:8px;
	background-attachment: scroll;
	background-color: #FEF0E7;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
