.fundo {
	background-color: #89A2A9;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.linha_celula_logo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DAE2E4;
}
.titulos_textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999900;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.texto_padrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #799299;
}
.texto_padrao_branco {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.menu_roteiros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	height: auto;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.titulo_roteiros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	margin: 5px;
	padding: 2px;
	height: auto;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.msg_erro {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CE6451;
	text-align: left;
	margin: 0px;
	padding: 2px;
	height: auto;
	width: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.msg_ok {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	text-align: left;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
