.menu {
	font-family: "arial";
	font-size: 10px;
	color: white;
	text-decoration: none;
	border: none;
}
.fundo {
	background-color:rgb(27,57,65);
}
.fundo2 {
	background-image:url(../imagens/fundo.png);
	width:1000px;
	height:520px;
}
.latEsq {
	background-image:url(../imagens/barraLatEsq.jpg);
	width:165px;
	background-repeat:repeat-y;
}
.texto {
	font-family: "arial";
	font-size: 11px;
	color: white;
	text-decoration: none;
	border: none;
	text-align:justify;
}
.saiba {
	font-family: "verdana";
	font-size: 10px;
	color: red;
	text-decoration: none;
	border: none;
}

.camposNormal
{
    font-family:Arial;
    font-size:13px;
    border:0px;
    color:black;
    
    background-color:rgb(255,255,255);
    overflow: auto;
filter: chroma (color=#CCCCCC);
scrollbar-face-color:rgb(116,135,139);
scrollbar-shadow-color: rgb(116,135,139);
scrollbar-3dlight-color: rgb(116,135,139);
scrollbar-arrow-color: black;
scrollbar-base-color: rgb(116,135,139);
scrollbar-track-color: rgb(116,135,139);
scrollbar-darkshadow-color: rgb(116,135,139);
scrollbar-highlight-color: rgb(116,135,139);
scrollbar-shadow-color: rgb(116,135,139);"
allowtransparency="true";
}
.botaoLogin
{
    font-family:Arial;
    font-size:9px;
    font-weight:bold;
    border: solid 1px black;
    color:red;
    background-color:white;
}

.botaoNormal
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    border: solid 1px black;
    color:red;
    background-color:white;
}