/********************* [ FORMATACAO DE TEXTOS ] **************************/
.txtEmail
{
	color: 666666;
	font-size: 12px;
	font-family : Arial;
}
.txtEmailB
{
	color: 003399;
	font-size: 12px;
	font-family : Arial;
}

.txtRed
{
	text-decoration: none;
	color: red;
	font-size: 15px;
	font-family : Arial;
}



/****************************************************************************/


.titulo
{
	text-decoration: none;
	color: white;
	font-weight : bold;	
	font-size: 11px;
	font-family : Arial;
}

.mat_txt
{
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-family : Arial;
}
.txt_pq
{
	text-decoration: none;
	color: black;
	font-size: 10px;
	font-family : Arial;
}

a,td{
	font-size: 12px;
	font-family : Arial;
	text-decoration: none;	
}

.MenuEsq:hover{
    text-decoration: none;
    color: #000000; 
}
.MenuEsq{
    text-decoration: none;
    color: #4E4E4E; 
}


a:hover{
	text-decoration: underline;	
}  

/*input,textarea,select {  
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 10pt; 
    color: #000000; 
    border: 1px #000000 solid; 
    background-color: #ffffff
    }*/
    
.NoInput{
   border: 0px; 
}    
