a:link {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #CCA13B; /*#FF99FF ROSA ##FFFFCC DOURADO #FCE8FF CINZA #2F4050 AZUL*/
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td {
	font-size: 10pt;
	color: #000000;
	font-family: "Segoe UI", Segoe, "sans-serif", "Trebuchet MS", Verdana, "DejaVu Sans";
	text-decoration: none;
}
td {
	padding: 4px !important;
	margin: 1px !important;
}
forms {
	font-size: 8pt;
	border-radius: 2px;
	padding: 4px;
	margin: 1px;
	border: #dddddd 1px solid;
}
.td {
	text-align: center;
	vertical-align: middle;
}
.txt_menor {
	font-size: 8pt;
	color: #000000;
	text-decoration: none
}
.forms {
	font-size: 8pt;
	border-radius: 4px;
	padding: 6px;
	margin: 1px;
	font-family: "Segoe UI", Segoe, "sans-serif", "Trebuchet MS", Verdana, "DejaVu Sans";
	border: #656565 1px solid;
	background-color: #FFFFFF;
	min-width: 100px;
}
.forms:disabled {
	border: #919191 1px solid;
	background-color: #D2D2D2;
	font-style: italic;
}
.mao {
	cursor: pointer;
}
.titulos {
	font-weight: bold;
	font-size: 11pt;
	color: #5C5C5C;
	text-decoration: none;
}
.titulos2 {
	font-weight: bold;
	font-size: 15pt;
	color: #5C5C5C;
	text-decoration: none;
}
.titulos3 {
	font-weight: bold;
	font-size: 19pt;
	color: #5C5C5C;
	text-decoration: none;
}
.branco {
	color: #FFFFFF;
}
.vermelho {
	color: #CC0033;
}
.azul {
	color: #0033CC;
}
.verde {
	color: #006E00;
}
.laranja {
	color: #CE6700;
}
.amarelo {
	color: #DBDB00;
}
.tabela {
	border-collapse: collapse;
	border-top: 1px solid #656565;
	border-bottom: 1px solid #656565;
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.mensagemInfo {
	border: 2px thin #009BFF;
	padding: 10px;
	margin: 10px;
	line-height: 2.5;
	font-size: 11pt;
	text-decoration: none;
	color: #FFFBF0;
	background-color: #009BFF;
}
.mensagemInfoVermelha {
	border: 2px thin #FF1F00;
	padding: 10px;
	margin: 10px;
	font-size: 11pt;
	text-decoration: none;
	color: #FFFBF0;
	background-color: #FF1F00;
}
.tabela_borda_arredondada {
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	background-color: white;
}