/********** LAYOUT **********/
body {
    background-color: #D6D6AB;
    margin: 0px;
}
body, table, tr, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 120%;
}
.topo_1 {
    color: #D6D6AB;
    font-size: 30px;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}
.topo_1 a:link {
    color: #D6D6AB;
    text-decoration: none;
}
.topo_1 a:hover {
    color: #D6D6AB;
    text-decoration: underline;
}
.topo_1 a:active {
    color: #D6D6AB;
    text-decoration: underline;
}
.topo_1 a:visited {
    color: #D6D6AB;
    text-decoration: none;
}
.topo_2 {
    color:#FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
}
.rodape_1 {
    background-color: #707038;
    color:#FFFFFF;
    height: 20px;
    padding-right: 5px;
    padding-left: 5px;
}
a:link {
    color: #888844;
    text-decoration: none;
}
a:hover {
    color: #888844;
    text-decoration: underline;
}
a:active {
    color: #888844;
    text-decoration: underline;
}
a:visited {
    color: #888844;
    text-decoration: none;
}
.navegacao_topo {
	color: #999999;
	height: 25px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu_topo {
	height: 20px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707038;
	width: 100%;
}
/********** DADOS **********/
.list_title_1 {
	background-color: #E9EAEB;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}
.list_title_1 a:link {
    color: #888844;
    text-decoration: none;
}
.list_title_1 a:hover {
    color: #888844;
    text-decoration: underline;
}
.list_title_1 a:active {
    color: #888844;
    text-decoration: underline;
}
.list_title_1 a:visited {
    color: #888844;
    text-decoration: none;
}
.detail_title_1 {
	background-color: #E9EAEB;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}
.detail_title_1 a:link {
    color: #000000;
    text-decoration: none;
}
.detail_title_1 a:hover {
    color: #000000;
    text-decoration: underline;
}
.detail_title_1 a:active {
    color: #000000;
    text-decoration: underline;
}
.detail_title_1 a:visited {
    color: #000000;
    text-decoration: none;
}
.list_data_1 td {
    padding: 2px;
    text-align: center;
}
.vazio {
    padding: 2px;
    color: #FF0000;
    text-align: center;
}
/********** FORMS **********/
form {
	margin: 0px;
	padding: 0px;
}
input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
label {
    cursor: hand;
}
/********** FORMS CUSTOM **********/
.input_1 {
    width: 200px;
}
.input_2 {
    width: 300px;
}
.input_percent {
    width: 100%;
}
.textarea_1 {
    width: 99%;
    height: 80px;
}
/********** OTHERS **********/
.text_justify {
    text-align:justify;
    line-height: 130%;
}