@CHARSET "ISO-8859-1";
@import "./layout.css";
body {
	background-image  : url( '../images/fundo_topo.gif' );
}

a {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a:visited {
	text-decoration : none;
}

#layoutBase {
	height : 110px;
}

.mensagemErro {
	width : 400px;
}

.mensagemSucesso {
	width : 400px;
}