.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;	
    color: #A2B7D5;
	background: #FFFFFF;
}

a.lnk_menu:link {
padding: 5px 10px;
width: 181px;
height: 25px;
color : #339900;
font-weight : bold;
text-decoration : none;
background: url("img/back_menu.jpg") repeat-x top left;
}
a.lnk_menu:visited {
padding: 5px 10px;
width: 181px;
height: 25px;
color : #339900;
font-weight : bold;
text-decoration : none;
background: url("img/back_menu.jpg") repeat-x top left;
}
a.lnk_menu:hover {
padding: 5px 10px;
width: 181px;
height: 25px;
color : #FF6600;
font-weight : bold;
text-decoration : none;
background: url("img/back_menu2.jpg") repeat-x top left;
}

.texto {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #333333;
}
.rodape{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;		
		color : #666666;		
}

a.lnk_brancon:link {
color : #FFFFFF;
font-weight : normal;
text-decoration : none;
}
a.lnk_brancon:visited {
color : #FFFFFF;
font-weight : normal;
text-decoration : none;
}
a.lnk_brancon:hover {
color : #0099ff;
font-weight : normal;
text-decoration : none;
}

a.lnk_brancob:link {
color : #FFFFFF;
font-weight : bold;
text-decoration : none;
}
a.lnk_brancob:visited {
color : #FFFFFF;
font-weight : bold;
text-decoration : none;
}
a.lnk_brancob:hover {
color : #FFFF55;
font-weight : bold;
text-decoration : none;
}

a.lnk_azuln:link {
color : #0066CC;
font-weight : normal;
text-decoration : none;
}
a.lnk_azuln:visited {
color : #0066CC;
font-weight : normal;
text-decoration : none;
}
a.lnk_azuln:hover {
color : #0000FF;
font-weight : normal;
text-decoration : underline;
}

a.lnk_azulb:link {
color : #0066CC;
font-weight : bold;
text-decoration : none;
}
a.lnk_azulb:visited {
color : #0066CC;
font-weight : bold;
text-decoration : none;
}
a.lnk_azulb:hover {
color : #0000FF;
font-weight : bold;
text-decoration : underline;
}

a.lnk_verdeb:link {
color : #669900;
font-weight : bold;
text-decoration : none;
}
a.lnk_verdeab:visited {
color : #669900;
font-weight : bold;
text-decoration : none;
}
a.lnk_verdeb:hover {
color : #669900;
font-weight : bold;
text-decoration : none;
}

input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px #CCCCCC solid;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #339900;
}

