@charset "utf-8";
/* CSS Document */


.txt-rodape {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #4a8500;
}
.txt {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #006600;
}

.txt-negrito {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

.txt-tit {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.txt-tit1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	color: #006600;
	font-weight: normal;
}
.txt-bold-preto {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
}
.txt-aspas {
	font-family: "Trebuchet MS", Verdana;
	font-size: 50px;
	color: #CCCCCC;
}

.txt-link-princ {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #2E2E2E;
	text-decoration: none;
	line-height: 13px;
}
.txt-branco-bold {
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 13px;
	font-size: 11px;
}
.txt-branco {
	font-family: "Trebuchet MS", Verdana;
	color: #FFFFFF;
	line-height: 13px;
	font-size: 11px;
}
.txt-link-princ:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #2E2E2E;
	text-decoration: underline;
}
.txt-link-rodape {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #effce3;
	text-decoration: none;
	text-transform: uppercase;
}
.txt-link-rodape:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #effce3;
	text-decoration: underline;
	text-transform: uppercase;
}
.tabela {
	height:100%;
	vertical-align: 100%;
} 
.botao-form {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	border: 1px solid #FFFFFF;
}

.form {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #003366;
	background-color: #FBFAF0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
}

.table-baixo {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.link {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
}
.link:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #009900;
	text-decoration: underline;
}

