/* TXT */
.tabelaPrincipal{
border-right: silver 1px solid;

border-left: silver 1px solid; 
border-bottom: silver 1px solid;
width:690px;
height:440px
}
.txtHome
{
color: #6B8694;
font-weight:bold;
font-size:15px;
font-family:Arial;
text-decoration:none;	
}
.txtHome:hover
{
color: #6B8694;
font-weight:bold;
font-size:15px;
font-family:Arial;
text-decoration:underline;	
}

.txtHome2
{
color: #6B8694;
font-weight:bold;
font-size:13px;
font-family:Arial;
text-decoration:none;	
}
.txtHome2:hover
{
color: #6B8694;
font-weight:bold;
font-size:13px;
font-family:Arial;
text-decoration:underline;	
}

.txtConteudoProdutos{
	font-family:arial;
	font-size:12px;
	color:#868684;
	text-decoration:none;	
}
.txtConteudo{
	font-family:arial;
	font-size:11px;
	color:#5A6B61;
	text-decoration:none;	
}
.txtCinza{
	font-family:arial;
	font-size:12px;
	color:#5A6B61;
	font-weight:normal;
	}
.txtConteudoBranco{
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;	
}

.txtBrancoBold{
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;	
	font-weight:bold
}
.txtConteudo:hover{
	font-family:arial;
	font-size:11px;
	color:#5A6B61;
	text-decoration:underline;	
}

.txtTitulos{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#5A6B61;
	text-decoration:none;	
}
.txtTitulos:hover{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#5A6B61;
	text-decoration:underline;	
}

.txtButtomVoltar{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
}
/* INPUTS */

.inpText{
	border:1px solid #5A6B61;
	background-color:white;
	color:#444444;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	width:100%;
}

.inpButton{
	border:1px solid #5A6B61;
	background-color:E6E6E6;
	color:#444444;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
}
.inpButtonEnviar{
 margin-left:10px;
 border-right: white thin outset;
 border-top: white thin outset;
 border-left: white thin outset; 
 width: 51px;
 border-bottom: white thin outset; 
 height: 19px; 
 background-color: #8a9abf; 
 font-weight: bold; 
 color: white;
 font-size:9px
}
body{
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF ;
	scrollbar-3dlight-color: #E6E6E6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #E6E6E6;
}
.inpButtonHomePop{
	border:1px solid silver;
	background-color:#5A6B61;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	width:15px;
	height:15px;
}
