/* TEXTOS */
.titulo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;

}


/* LINKS */
a.linkum:link {
	font-family: verdana;
	font-size: x-small;
	color: blue;
	text-decoration: none;
	font-weight: bold;

 }
a.linkum:visited  {  
	font-family: verdana;
	font-size: x-small;
	color: blue;
	text-decoration: none;
	font-weight: bold;
 }
a.linkum:hover  {
	font-family: verdana;
	font-size: x-small;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
 }

/* PARA O LINK 2 */

a.linkdois:link {
	color:#000000;
	font-size: xx-small;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
a.linkdois:visited {
	color:#000000;
	font-size: xx-small;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
a.linkdois:hover {
	color:#0012df;
	text-decoration:underline;
	font-size: xx-small;
	font-family: Verdana;
	font-weight: bold;
}

.consultar {
	background:transparent url(../imagens/btn_consultar.gif) top left no-repeat;
	display:block;
	height:26px;
	width:105px;
	overflow: hidden;
	border:0px;
	cursor:pointer;
	
}

.consultar:hover {
	background-position: bottom left;
}
