 /* fonte padrão */
 font {
   font-family : verdana,arial,tahoma;
   font-size   : 12px;
   font-weight : normal;
 }
 
 /* fonte news */
 .fontobs {
   font-family : tahoma,arial,verdana;
   font-size   : 11px;
   font-weight : normal;
 }
 
 /* link padrão */
 a {
   font-family     : tahoma, tahoma, verdana;
   font-size       : 12px;
   text-decoration : none;
   color           : #000000;
 }
 
 a:hover {
   font-family     : tahoma, tahoma, verdana;
   font-size       : 12px;
   text-decoration : none;
   color           : #0033ff;
 }
 
 /* Formularios */
 .inputBox {
    font-size   : 12px;
    font-family : arial,tahoma,verdana;
    background  : #F8F8EC;
    color       : black;
    border      : thin solid black;
    border-width : 1px;   
  }

  .link {
   font-family     : tahoma, tahoma, verdana;
   font-size       : 12px;
   text-decoration : none;
   color           : #ffffff;
 }
 
 .link:hover {
   font-family     : tahoma, tahoma, verdana;
   font-size       : 12px;
   text-decoration : none;
   color           : #0033ff;
 }
 
.grade			{
	font-size: 12px;
	font-family: arial, tahoma, verdana;
	background: #F8F8EC;
	color: #000000;
	border: 1px solid #000000;
	width: 350px;
}
 
.cep {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8EC;
	border: 1px solid #000000;


}

.dm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8EC;
	border: 1px solid #000000;
	width: 25px;
}

.ano {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8EC;
	border: 1px solid #000000;
	width: 63px;
}
.bairro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8EC;
	width: 140px;
	border: 1px solid #000000;
}
.txtarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F8F8EC;
	border: 1px solid #000000;
	overflow: auto;
	width: 350px;

}
.nome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}
.Titulos {
	font-size: 14px;
	font-weight: bolder;
}

.TituloBranco {
	font-size: 22px;
	font-weight: bolder;
	color: #ffffff;
}