@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
th {
	color: #FFFFFF;
	background-color: #369;
	text-align: center;
}
body {
	background-color:#FFF;
	margin:0;
	padding:0;
}

a:link, a:visited, a:active {
	color: #1439B8;
	text-decoration: none;
}
a:hover {
	color: #1439B8;
	text-decoration: underline;
}

/*a.vermelho:link, a.vermelho:visited, a.vermelho:active{
	color: #CC0000;
	text-decoration: none;
}
a.vermelho:hover {
	color: #CC0000;
	text-decoration: underline;
}*/

a.branco:link, a.branco:visited, a.branco:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.branco:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*
a.preto:link, a.preto:visited, a.preto:active {
	color: #000000;
	text-decoration: underline;
}
a.preto:hover {
	color: #1439B8;
	text-decoration: underline;
}*/

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	padding:0 0 10px 5px;
	margin-top:5px;	
	border-bottom:1px dashed #03C;
}
h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#004990;
}
small {
	font-size: 8pt;
}
ul {
	list-style-image: url(/comum/img/topico.gif);
}
.vermelho {
	color: #CC0000;
}
.smaller {
	font-size: smaller;
}
.bg {
	background-color: #EAF0F4;
}
#menu {
	width: 730px;
}
#conteudo {
	width: 600px;
	vertical-align:top;
}
#banners {
	vertical-align: top;
	padding-left:10px;
}
#rodape {
	padding: 20px 0 5px; 
	border-top: 1px dashed #999;
}


/************
			PARA POPUPS
************/
#body.pop {
	background-image: url(/comum/img/topo_popup.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	background:#fff;
	text-align:center; /* hack para o IE */
}
#tudopop {
	width: 760px;
	margin:0 auto;
	padding: 10px;
	text-align:left; /* "remdio" para o hack do IE */
}
#conteudopop {
	padding: 5px;
	background-color: #fff;
}
.obs {
	background-color: #ff0;
}
li {
	padding: 5px;
}
.linha_quadro {
	border-top: 1px dotted #000;
}
.data_quadro	{
	padding-top:15px;
	padding-right: 10px;
	vertical-align:top;
	font-size:10px;
	font-weight:bold;
}