.bgfixo {
background-repeat: no-repeat;
background-attachment: fixed;
}

.texto {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	color:#666666;
	line-height:17px;
}

.texto_rodape {
	font-family: Arial;
	font-size: 10px;
	text-align: justify;
	color:#666666;
	line-height:12px;
}

.texto_login {
	font-family: tahoma;
	font-size: 11px;
	color:#b39a6b;
}

.texto_login_admin {
	font-family: tahoma;
	font-size: 11px;
	color:#7c7c7c;
}

.mens_erro_admin{
	font-family: tahoma;
	font-size: 10px;
	color:#990000;
	line-height:12px;
}

.texto_topo {
	font-family: tahoma;
	font-size: 12px;
	line-height:14px;
	color:#6e4f13;
}

.titulo {
	font-family: arial;
	font-size: 18px;
	text-align: left;
	color: #333333;

}

.titulo_peq {
	font-family: arial;
	font-size: 12px;
	text-align: left;
	color: #333333;
	font-weight:bold;
}

.titulo_peq_amm {
	font-family: arial;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
}
	
.borda {
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-COLOR: #999999;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10px;
}

.borda_amm {
    BACKGROUND-COLOR: #e5e5e5;
    BORDER: 0px;
	color:#666666;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10px;
}

.borda_login {
	BACKGROUND-COLOR: #ffffff;
	FONT-FAMILY: verdana;
	FONT-SIZE: 10px;
	COLOR: #333333;
	BORDER: 1px solid #d2bc90;
	padding-top:3px;
}

.borda_login_admin {
	BACKGROUND-COLOR: #ffffff;
	FONT-FAMILY: verdana;
	FONT-SIZE: 10px;
	COLOR: #7c7c7c;
	BORDER: 1px solid #7c7c7c;
	padding-top:3px;
}

ul {list-style-image: url(images/bullet.gif);
}

a:link {color: #999999; text-decoration: underline}
a:visited {color: 999999; text-decoration: underline}
a:hover {color: #ff0000; text-decoration: underline}
a:active {color: #ff0000; text-decoration: underline}

a.tipo:link {color: #000000; text-decoration: none}
a.tipo:visited {color: 000000; text-decoration: none}
a.tipo:hover {color: #ff0000; text-decoration: none}
a.tipo:active {color: #ff0000; text-decoration: none}

