/* CSS Document */


.Texto
{
	font-family:Verdana;
	font-size:11px;
}
.Botao	
{
	border: 1px solid #000000; 
	background: #EEEEEE; 
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000;

}
.titulo
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	
}
.subtitulo
{
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	
}
.RadioButton		
{
		font-family: Verdana; 
		color: #000000; 
		font-size: x-small;
		
}
.txt_laranja {
	color: #F8931D;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

.txt_laranja_gd {
	color: #F8931D;
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
}
.txt_verde {
	color: #DEE787;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.txt_azul {
	color: #6AA5d1;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.txt_rosa {
	color: #FB8790;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.txt_roxo {
	color: #886995;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.txt_cinza {
	color: #999999;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.menu {
	font-size: 12px;
	font-family: Verdana;
	size:auto;
	width:auto;
}
.laranja {
	background-color: #F8931D;
}
.verde {
	background-color: #DEE787;
}
.azul {
	background-color: #6AA5d1;
}
.rosa {
	background-color: #FB8790;
}
.roxo {
	background-color:#886995;
}
.txt_menus{
	color: #034694;
	font-size: 12px;
	font-family: Verdana;
}
.texto_peq{
	font-size: 11px;
	font-family: Verdana;
}
.txt_texto_peq{
	font-size: 11px;
	font-family: Verdana;
	width:100%;
}
.txt_menus_gd{
	font-size: 18px;
	color: #034694;
	font-family: Verdana;
	font-weight:bold;
}
.txt_cinza_pq{
	font-size: 10px;
	color:#666666;
	font-family: Verdana;
}
.txt_menus_me{
	font-size: 12px;
	color: #034694;
	font-family: Verdana;
	font-weight:bold;
}
.txt_cinza_me{
	font-size: 12px;
	color: #666666;
	font-family: Verdana;
	font-weight:bold;
}
.txt_menus_sg{
	font-size: 14px;
	color: #034694;
	font-family: Verdana;
	font-weight:bold;
}
.txt_cinza_ms{
	font-size: 12px;
	color: #666666;
	font-family: Verdana;
}
.vinho{
	font-size: 12px;
	color: #993333;
	font-family: Verdana;
}
.linha {
	height: auto;
	padding-right: 2px;
	font-size: 1px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #999999;
}

.linha_esq {
	height: auto;
	padding-right: 2px;
	font-size: 1px;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #999999;
}

.Scroll
{

	overflow:auto;
	scrollbar-3dlight-color: #034694; 
	scrollbar-arrow-color: #ffffff;  
	scrollbar-base-color: #034694;  
	scrollbar-darkshadow-color: #034694;  
	scrollbar-face-color: #034694;  
	scrollbar-highlight-color: #034694;  
	scrollbar-track-color: #ffffff; 
	scrollbar-shadow-color: #034694;
	
			
}
.txt_laranja_cp {
	color: #F8931D;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: capitalize;
}

