/* Prefeitura de Bonito MS - CSS STYLE POR VINICIUS CAVALHEIRO (MARCUVINICIUS@HOTMAIL.COM) / PRODUZIDO POR VC Web Solutions */

/******************** ESTRUTURA GERAL ********************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

  .menucb a:link {
  	color:#004975;
    text-decoration: none;
	font-family:Arial;
	font-size:14px;
    font-weight:bold;
           }
  .menucb a:visited {
    text-decoration:none;
	color:#004975;
	font-family:Arial;
	font-size:14px;
    font-weight:bold;
                }
  .menucb a:hover {
	text-decoration:none;
	color: #336633;
	font-family:Arial;
	font-size:14px;
    font-weight:bold;
              }
  .menucb a:active {
  	text-decoration:none;
	color: #336633;
	font-family:Arial;
	font-size:14px;
    font-weight:bold;
                }

a:link {
    font-family:Arial;
	font-size:11px;   
	color: #333333;
	text-decoration: none;
}
a:visited {
    font-family:Arial;
	font-size:11px;  
	text-decoration: none;
	color:#333333;
	
}
a:hover {
    font-family:Arial;
	font-size:11px;  
	text-decoration: underline;
	color:#333333;
	
  }
a:active {
    font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color: #990033;
	

}
/******************** FORMATAÇÕES DE TEXTO ********************/

.texto_p {
	font-family:Arial;
	font-size:11px;
	color:#333333;
	line-height:150%;
}
.cabecalho {
	font-family:Arial;
	font-size:11px;
	color: #666666;
}
.titulocinza{
	font-family:Arial;
	font-size:12px;
	color: #333333;
	line-height:150%;
	font-weight:bold;
}
.titulolaranja{
	font-family:Arial;
	font-size:15px;
	color:#ff6600;
	line-height:150%;
	font-weight:bold;
}
.texto{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	line-height:150%;
}
.textolaranja{
	font-family:Arial;
	font-size:11px;
	color:#FF6600;
	font-weight:bold;
	line-height:150%;
}

.texto_destaque{
	font-family:Arial;
	font-size:16px;
	font-weight: bold;
	color:#004975;
	line-height:150%;
}
.texto_enquete{
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	color:#004975;
	line-height:150%;
}

.form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:100px;
	padding-left:2px;
	padding-right:2px;
}

.form_contato {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding-left:2px;
	padding-right:2px;
}

