@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #C4E0EC;
	background-image: url(../imagens/body-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
}
body, td {
	font-family: "Comic Sans MS", cursive, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
}
a.menu {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
a.menu:hover {
	text-decoration:underline;
}
.rodape {
	font-size:14px;
	font-weight:bold;
	color:#117abc;
}

.sobretitulo {
	font-size: 12px;
}

.titulo {
	font-size: 20px;
}

.tituloMenor {
	font-size: 14px;
}

.subtitulo {
	font-size: 13px;
	font-weight:bold;
}

.textoMenor {
	font-size: 10px;
}

.textoNormal {
	font-size: 14px;
}

.textoMaior {
	font-size: 16px;
}

.legenda {
	font-size: 10px;
}

a.paginacao {
	text-decoration: underline;
}

a.paginacao:hover {
	text-decoration: none;
}