a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DADADA;
	text-decoration: none;
}





a.laranja:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF7400;
	text-decoration: none;
}
a.laranja:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF7400;
	text-decoration: none;
}
a.laranja:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF7400;
	text-decoration: none;
}
a.laranja:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF7400;
	text-decoration: none;
}

.titulo_branco{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.conteudo_branco{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.titulo_laranja{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF7400;
	text-decoration: none;
}

.rodape_preto{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.rodape_cinza_claro{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #999999

}

.rodape_preto_bold{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.botao{
        font-size:11px;
        font-family:tahoma;
        font-weight:normal;
        color:#ffffff;
        background:#DF7919;
        border:0px;
        width:30px;
        height:20px;
}
.botao2{
        font-size:11px;
        font-family:tahoma;
        font-weight:normal;
        color:#ffffff;
        background:#DF7919;
        border:0px;
        width:autopx;
        height:20px;
}


.textarea {
background: #333333;
border: 1px solid #4E4E4E;
color: #ffffff;
font-family: tahoma;
font-size: 11px;
margin: 0px;
padding: 2px;
vertical-align: middle;
        height:17px;
}

.textarea_foto {
        font-family:tahoma;
        font-weight:normal;
        color:#000000;
        background:#ffffff;
		border: 1px solid #555555;

}
.textarea_foto_branco {
        font-family:tahoma;
        font-weight:normal;
        color:#000000;
        background:#F2F2F2;
		border: 1px solid #ffffff;

}
