@charset "utf-8";

/* MAIN */

body {
	margin: 0px;
	background-color: #eaeaea;
}
.grd_center {
	background-image: url(../images/grd_center.jpg);
	background-repeat: repeat-x;
}
.txt_data {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #ffffff;
}
.txt_dataestado {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
}
.table_data {
	padding-left:10px;
	padding-right:10px;
}	

/* FOOTER */

#table_menu_footer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #a6a6a6;
}
a.menu_footer:link {
	color: #a6a6a6;
	text-decoration: none;
}
a.menu_footer:visited {
	text-decoration: none;
	color: #a6a6a6;
}
a.menu_footer:hover {
	text-decoration: none;
	color: #447a1c;
}
a.menu_footer:active {
	text-decoration: none;
	color: #a6a6a6;
}

/* DATA */

.txt_titulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #76B13A;
}
.txt_lead {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #447a1c;
	line-height: 18px;
	text-align:justify
}
.txt_text {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #231f20;
	line-height: 18px;
	text-align:justify
}
.txt_text2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #231f20;
	line-height: 18px;
	text-align:justify
}
.txt_linha {
	font-family: "Trebuchet MS", Arial;
	font-size: 8px;
	color: #9acd66;
}
a.link:link {
	color: #447a1c;
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	color: #447a1c;
}
a.link:hover {
	text-decoration: underline;
	color: #447a1c;
}
a.link:active {
	text-decoration: none;
	color: #447a1c;
}

/* FORM */

.border_table {
	border: 1px solid #CCCCCC;
}
.caixa_form {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #231f20;
	height: 27px;
	width: 250px;
	background-image: url(../images/caixa_form.jpg);
	border:none;
	padding-top:5px;
	padding-left:5px;
}
.list_form {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #231f20;
	width: 250px;
	padding-left:5px;
}
.box_form {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #231f20;
	height: 100px;
	width: 250px;
	padding-top:5px;
	padding-left:5px;
	border: 1px solid #a0cc77;
	margin-top:6px;
	margin-bottom:6px;
}
.bt_form {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #ffffff;
	height: 42px;
	width: 125px;
	background-image: url(../images/grd_btform.jpg);
	border:none;
	padding-bottom:3px;
}
.txt_leadform {
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #447a1c;
	line-height: 18px;
	text-align:justify
}
.txt_legenda {
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 9px;
	color: #999999;
}
.txt_datab {
	padding: 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
}

/* HISTORIAS */

.txt_historias {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #231f20;
	line-height: 22px;
	text-align:justify;
	padding: 10px;
}
.img_historias {
	padding: 10px;
}
.hiddenDiv {
	display: none;
}
.visibleDiv {
	display: block;
}