/************************* SITE *************************/
html {
	width: 100%;
	background-color: #322109;
}
body {
	font-family: Helvetica;
	font-size: 15px;
	width: 100%;
	margin: 0px;
	height: 100%;
}
html, body {
	height: 100%;
}
td {
        font-family: Helvetica;
        font-size: 13px;
}
a {
        color : #000000;
        TEXT-DECORATION: none;
}
a:link {
        color : #000000;
        text-decoration: none;
}
a:visited {
        color : #000000;
        text-decoration: none;
}
a:hover {
        color : #000000;
        text-decoration: underline;
}
a:focus {
        color : #000000;
        text-decoration: none;
}
.td_body {
        background: url(fundo2.jpg) no-repeat;
}
.main_table {
        width: 100%;
}
.td_lat {
        --border-top: 1px solid #b1b1b1;
        --border-left: 1px solid #b1b1b1;
        --border-right: 1px solid #b1b1b1;
        --border-bottom: 1px solid #b1b1b1;
}
.current_arrow {
        font-size: 15px;
}
.current_arrow_nav {
        color : green;
        font-size: 14px;
}
.current_text {
        color : #993333;
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline;
}
.form_button {
        background: #FFFFFF;
        padding: 0px;
        font-size: 12px;
        border : 1px solid #A2B5EF;
}
.form_text {
        background: #FFFFFF;
        padding: 0px;
        font-size: 15px;
        border : 1px solid #A2B5EF;
}
.form_radio {
        color: #00f;
}
.flag_image_nrm {
        border-style: outset;
        border-width: 0px;
}
.flag_image_act {
        border-style: outset;
        border-color: white;
        border-width: 1px;
}
/************************* SITE *************************/

