.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-image: url(imagens/fundo_campo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #999999;
}
.lateraldireita {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
}
.lateralesquerda {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right top;
}
.fundo {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.borda_verde {
	border: 1px solid #15A49F;
}
.borda_azul {

	border: 1px solid #1564A4;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.borda_cinza {

	border: 1px solid #CCCCCC;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	background-image: url(imagens/fundo_botao.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	cursor: hand;
}
.cooperado_login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.texto_branco {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	text-decoration: none;
}
body {
	background-attachment: scroll;
	background-repeat: repeat-x;
}

.titulo_alert {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : bold; 
	color : #000000; 
	text-decoration : none; 
} 

.texto_alert {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	color : #000000; 
	text-decoration : none; 
}