.txtcorpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666666;
}
.txttitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #666666;
}
.txterro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}
.txtsucesso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color:#0000FF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}

.txtsucesso12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color:#0000FF;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
}

.txtverdebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color:#009933;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
}
.txttitulobold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	color: #666666;
	font-weight: bold;
}
.txtgrande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style:normal;
	line-height: normal;
	color:#000000;
	font-weight: bold;
}
.txtpequeno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

.txtmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

.tmpmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	color: #000099;
}
.txtprint {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align: justify;

}
.txtmini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txtpequenomini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	color: #000000;
}
.txttitulotabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
	background-image: none;
	background-repeat: no-repeat;

}
.txtlink {
	text-decoration:underline; 
	color:#0033FF
}

A {	
	text-decoration: none; color: black
}

A:hover {
	color: #000099; 
	text-decoration: underline;
}

#wait {
	position:absolute; 
	width:393px; 
	height:105px; 
	left:30%; 
	top:50px; 
	z-index:100;	
	color: #000000; 
	/*filter:alpha(opacity=70);  *** 28/02/2007: migracao MOZILLA */
	-moz-opacity:0.7;
	opacity: 0.7;	
}

#vercartaBody{ 
	background-image: url(../images/elaboracao.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
} 

.botaoTopo{
	background-color:#FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
}

/*
================================================================================
ESTILOS PARA MENSAGENS DE ERRO, WARN E INFO:
================================================================================
*/
.message {
	padding: 5px; 
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 14px;
}

.message-div{
	border:1px solid #cccccc; 
	margin:6px; 
	padding:10px;
	background-color:#FFFFCC;
}

.msgwarn{
	background-image: url(../images/msgwarn.gif);	
	background-repeat:no-repeat;
	background-position:left;
	padding:20px;
}

.msgerror{
	background-image: url(../images/msgerror.gif);	
	background-repeat:no-repeat;
	background-position:left;
	padding:20px;
}

.msginfo{
	background-image: url(../images/msginfo.gif);	
	background-repeat:no-repeat;
	background-position:left;
	padding:20px;
}
/*
================================================================================
*/
