@charset "utf-8";

/* CSS Document */



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/fundo_materias.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

a:link {
	color: #0e3b61;
	text-decoration: none
}
a:visited {
	color: #0e3b61;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
.padrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
.padraoestados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
.grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #0e3b61;
}
.divisoria2{
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;
}