@import url(reset.css);
@import url(text.css);
@import url(cabecalho.css);
@import url(conteudo.css);
@import url(menu.css);
@import url(rodape.css);
@import url(form.css);
@import url(tabela.css);

body {
	background: url(../img/bg.jpg) repeat-x left top #ffffff;
	min-width: 990px;
	width: 100%;
}


a {
	/*  */
	color: #290f72;
	text-decoration: none;
}

a:hover {
	/*  */
	text-decoration: underline;
}

#banner2 li {
	/*  */
	height: 45px;
}

#banner1 li {
	/*  */
	height: 280px;
	margin: 0 auto;
}


