a {
	color: #003399
}
a:link {  text-decoration: none}
a:hover {  color: #FF9900}
a:visited {  text-decoration: none}
a:active {  text-decoration: none; color: #FFCC00}

.menu_e {  font-family: Verdana, Arial; font-size: 13px; color: #FFFFFF}
.menu_d { font-family: Verdana, Arial; font-size: 13px; color: #003366}
.menu_d_especial { font-family: Verdana, Arial; font-size: 13px; color: #990000}
.destaque { color: #003366}
.menu_e_especial { font-family: Verdana, Arial; font-size: 13px; color: #FFFFFF}

.campos {
	font-size: 11px;
	height: 20px;
	font-family: Arial, Verdana;
	border: 1px solid #999999;
	padding-left: 3px;
	font-weight: normal;
	font-style: normal;
}
.camposbig {
	font-size: 11px;
	font-family: Arial, Verdana;
	border: 1px solid #999999;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-style: normal;
}
.borda {
	border: 1px dotted;
}

.texto {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #666666;
}

/*
table.table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

table.table td, table.table th {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;	
	font-family: Verdana, Arial; font-size: 12px;
}
*/


/* TABLES */

table.table {
	/* border-top: 1px solid #DDD; */
	margin: 0px 0px 4px 0px;
	padding: 0;
}

table.quad {
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
}
table.quad td {
	padding: 8px 10px;
	margin: 0;
}

div.quad {
	border: 1px solid #DDD;
	padding: 8px 10px;
	margin: 0;
	background: #FFF;
}	

table.table td, table.table th {
	border-bottom: 1px solid #DDD;
	text-align: left;
	padding: 2px;
	font-size: 8pt;
	vertical-align: top;
}

td.nowrap, th.nowrap {
	white-space: nowrap;
}

table.table th {
	font-weight: bold;
}

table.table tr.odd {
	background-color: #F4F4F4;
}

table.table tr.even {
	background-color: #FFF;
}

table.table tr:hover {
	background-color: #FFF2CA;
}

table.table td.left, table.tableth.left {
	text-align: left;
}
table.table td.right, table.table th.right {
	text-align: right;
}
table.table td.center, table.table th.center {
	text-align: center;
}

table.table2 {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

table.table2 td, table.table2 th {
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	text-align: left;
	padding: 3px 5px;
	font-size: 8pt;
	font-weight: normal;
}

table.table2 th {
	font-weight: bold;
	text-align: center;
}

table.table2 th a {
	font-weight: normal;
}

table.table2.center td {
	text-align: center;
}


table.classificacao {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;	
}

table.classificacao td, table.classificacao th {
	font-size: 8pt;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;	
	text-align: left;
	padding: 3px 5px;
}

table.classificacao th {
	font-weight: bold;
	background: #F4F4F4;
}

table.classificacao th a {
	font-weight: normal;
}

.small {
	font-size: small;
}

body, td, th, .normal, .small, label {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	/* line-height: 10pt; */
}