/************************* [ FORMATACAO DE TEXTOS ESPECIFICOS ] *********************/
.Alerta{
	color : red;
	font-family :  Arial ;
	font-size   : 10pt;
	text-decoration: none;
}
.Normal{
	color : #000000;
	font-family :  Arial ;
	font-size   : 10pt;
	text-decoration: none;
}
.Normal2{
	color : white;
	font-family :  Arial ;
	font-size   : 10pt;
	text-decoration: none;
}
.Tit_Branco{
	color : white;
	font-family :  Times ;
	font-size   : 20pt;
	text-decoration: none;
}
.Menu_b{
	color : white;
	font-family :  Arial ;
	font-size   : 10pt;
	text-decoration: none;
	font-weight 	: bold;
}
.Menu{
  color : black;
	font-family :  Arial ;
	font-size   : 10pt;
	text-decoration: none;
}
.subtit{
  	color : #003366;
	font-family :  Arial ;
	font-size   : 10pt;
	font-weight 	: bold;
	text-decoration: none;
}


a {color : black; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}
a:active {color : silver; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}
a:hover {color : silver; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}

a.Menu{color : white; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}
a:hover.Menu{color : silver; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}
a:active.Menu {color : white; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}

a.SubMenu{color : navy; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}
a:hover.SubMenu{color : #005C91; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}
a:active.SubMenu {color : navy; font-family :  Arial ; font-size   : 10pt; text-decoration: none;}

a.back{color : #005C91; font-family :  Arial ; font-size   : 8pt; text-decoration: none;}
a:hover.back{color : silver; font-family :  Arial ; font-size   : 8pt; text-decoration: none;}
a:active.back {color : #005C91; font-family :  Arial ; font-size   : 8pt; text-decoration: none;}
//************************* [ CONFIGURACAO DE FORMS ] ****************************//

.Form2{
	font-family: Verdana, Arial,;
	font-size: 8pt;
	border-color: #000000 #000000 #000000 #000000; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
    border-left-width: 1px
}
.Teste{
	font-family: Verdana, Arial, ;
	font-size: 8pt; 
	border-color: #000000 #000000 #000000 #000000; 
	background-color : transparent;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
    border-left-width: 1px
}
.Form{
	font-family: Verdana, Arial, ;
	font-size: 8pt; 
	border-color: #000000 #000000 #000000 #000000; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
  border-left-width: 1px
}
textarea, select, input {
	font-family: Verdana, Arial, ;
	font-size: 8pt; 
	border-color: #000000 #000000 #000000 #000000; 
	border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 1px; 
  border-left-width: 1px
}
.textarea{
	font-family: Verdana, Arial, ;
	color: white;
	font-size: 8pt; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
  border-left-width: 1px
}