@charset "UTF-8";
body {
	margin: 0;
	background-color: #a8a8a8;
	background-image: url(imagens/layout/bg.gif);
	color: #666666;
}
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline blink;
}
.titulo_maior {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
.texto_titulo {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
/* CSS Document */

.texto_corrido {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.texto_corrido_bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
}
.numeros_topicos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.obs {
	font-size: 9px;
	line-height: 15px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}
#apDivMain {
	margin-left:100px;
	margin-top:45px;
	z-index:2;
	margin-right: 100px;
}
