
/* Valores padrão */
body, p, li {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #333333;
}

h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000066;
	text-align: center;
}
p {
	text-indent:15px;
}
	
	
a:link,
a:hover,
a:visited,
a:active{
    font-size: 14px;
    color: #000066;
	text-align: center;
	text-decoration:none;
}
#iniciar
#iniciar a:link,
#iniciar a:hover,
#iniciar a:visited,
#iniciar a:active{
    font-size: 16px;
    color: #f9ac08;
	text-align: center;
	text-decoration:none;
	border:0;
}

/* Menu principal */
.menu {
   font-size: 13px;
   color: #000066;
   text-align: center;
   font-weight: bold;
}

.submenu{
}

.submenu td {
   text-align: center;
   border-bottom: 0px dotted #606060;
}



/* Boxes de conteudo */
.aviso {
	font-size: 20px;
    color: #000066;

}
.boxTitulo1 {
    font-size: 14px;
    color: #000066;
    background-color: #c785f5;
    text-align: center;
}
.boxTitulo2 {
    font-size: 14px;
    color: #000066;
    background-color: #28e04f;
    text-align: center;
}
.boxTitulo3 {
    font-size: 14px;
    color: #000066;
    background-color: #3ae3ee;
    text-align: center;
}
.boxLateralDireita{
	background:url('images/separador.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
.boxLateralEsquerda{
	background:url('images/separador.jpg');
	background-repeat: repeat-y;
	background-position: left;
}


/* Chamadas */
.chamada {
   font-size: 9px;
   color: #000066;
}
.chamada h2 {
   font-size: 10px;
   color: #000066;
   margin-bottom: -8px;
   text-align: left;
}
.leiamais,
a.leiamais:link,
a.leiamais:hover,
a.leiamais:visited,
a.leiamais:active{
    font-size: 10px;
    color: #25a73e;
	text-align: right;
}

/*identificador*/
.identificador {

   font-size: 14px;
   color: #000066;
   text-align: right;
   font-weight: bold;
   padding-right:8px;
}
