 body{
	background-image:url(../images/bg_carac.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #DAEBF8;
}
 input {
 border: 1px solid #81B5E9;
 font-family: tahoma;
 font-size: 11px;
 color: #1F66AD;
 background-color: #FFFFFF;
 
 }
 
select {
 border: 1px solid #81B5E9;
 font-family: tahoma;
 font-size: 11px;
 color: #1F66AD;
 background-color: #FFFFFF;
 
 }
 
 textarea {
 border: 1px solid #81B5E9;
 font-family: tahoma;
 font-size: 11px;
 color: #1F66AD;
 background-color: #FFFFFF;
 }
 
 

a {
    font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #1F66AD;
}

a:hover {
    font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #1F66AD;
}




.rodape {
	font-family: arial,tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;

}

.tabela {
 border: 1px solid #D2E4F7;
	font-family: arial, tahoma;
	font-size: 11px;
	color: #1F66AD;

 }
 
.figura {
 border: 1px solid #CCCCCC;
 }
 
.fonte{
	font-family: arial, tahoma;
	font-size: 11px;
	color: #1F66AD;
}
.fonte:hover{
	font-family: arial,tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #FF9900;
}

.fonteAzul{
	font-family: arial, tahoma;
	font-size: 11px;
	color: #1F66AD;
}

.aviso{
	font-family: tahoma;
	font-size: 10px;
	text-decoration:none;
	color: red;
}



.botao {
   font-family: tahoma;
   font-size: 12px;
   font-weight:bold;
   text-decoration:none;
   color: #FFFFFF;
   border: none;
   background-color: #81B5E9;
 }
 

.menu {
	font-family:arial,tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left:15px;
}

.menu:hover {
	font-family:arial, tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFF66;
	padding-left:15px;
}


.paginacao {
	font-family:arial, tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #1F66AD;
	padding-left:15px;
}

.paginacao:hover{
	font-family:arial, tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #1F66AD;
	padding-left:15px;
}


.linkBranco {
    font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}

.linkBranco:hover {
    font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}

.linkBranco:visited {
    font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}


 h2 {
 font-family: tahoma;
 color: #1F66AD;
 margin:0;
 padding:0;
  
 
 }
 
