/* CSS Document */

body
{
	scrollbar-face-color: #D2CDB6; 
	scrollbar-shadow-color: #D2CDB6; 
	scrollbar-highlight-color: #D2CDB6; 
	scrollbar-3dlight-color: #D2CDB6; 
	scrollbar-darkshadow-color: #D2CDB6; 
	scrollbar-track-color: #D2CDB6;
	scrollbar-arrow-color: #DA0000;
}

select
{
	font-family: Verdana, Arial;
	font-size: 10px;
}

.10vermelho {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #D01E1E;
	font-weight: bold;
}

		A.10vermelho:visited { color: #D01E1E; text-decoration: none}
		A.10vermelho:link {	color: #D01E1E;	text-decoration: none} 
		A.10vermelho:active { color: #D01E1E; text-decoration: none} 
		A.10vermelho:hover { color: #000000; text-decoration: none}

.11vermelho {

	font-family: Verdana, Arial;
	font-size: 11px;
	color: #D01E1E;
	font-weight: bold;

}

		A.11vermelho:visited { color: #D01E1E; text-decoration: none}
		A.11vermelho:link {	color: #D01E1E;	text-decoration: none} 
		A.11vermelho:active { color: #D01E1E; text-decoration: none} 
		A.11vermelho:hover { color: #000000; text-decoration: none}

.menubranco {

	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}

		A.menubranco:visited { color: #FFFFFF; text-decoration: none}
		A.menubranco:link {	color: #FFFFFF;	text-decoration: none} 
		A.menubranco:active { color: #FFFFFF; text-decoration: none} 
		A.menubranco:hover { color: #FFFFFF; text-decoration: none}

.9vermelho {

	font-family: Verdana, Arial;
	font-size: 9px;
	color: #D01E1E;
	font-weight: bold;

}

		A.9vermelho:visited { color: #D01E1E; text-decoration: none}
		A.9vermelho:link {	color: #D01E1E;	text-decoration: none} 
		A.9vermelho:active { color: #D01E1E; text-decoration: none} 
		A.9vermelho:hover { color: #000000; text-decoration: underline}

.9vermelho2 {

	font-family: Verdana, Arial;
	font-size: 9px;
	color: #D01E1E;

}

		A.9vermelho2:visited { color: #D01E1E; text-decoration: none}
		A.9vermelho2:link {	color: #D01E1E;	text-decoration: none} 
		A.9vermelho2:active { color: #D01E1E; text-decoration: none} 
		A.9vermelho2:hover { color: #000000; text-decoration: none}

.8preto {

	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	color: #000000;

}

		A.8preto:visited { color: #000000; text-decoration: none}
		A.8preto:link {	color: #000000;	text-decoration: none} 
		A.8preto:active { color: #000000; text-decoration: none} 
		A.8preto:hover { color: #D01E1E; text-decoration: none}
		
.8cinza {

	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	color: #807D70;

}

		A.8cinza:visited { color: #807D70; text-decoration: none}
		A.8cinza:link {	color: #807D70;	text-decoration: none} 
		A.8cinza:active { color: #807D70; text-decoration: none} 
		A.8cinza:hover { color: #D01E1E; text-decoration: none}		
		
.9preto {

	font-family: Verdana, Arial;
	font-size: 9px;
	color: #000000;

}

		A.9preto:visited { color: #000000; text-decoration: none}
		A.9preto:link {	color: #000000;	text-decoration: none} 
		A.9preto:active { color: #000000; text-decoration: none} 
		A.9preto:hover { color: #D01E1E; text-decoration: none}

.10preto {

	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;

}

		A.10preto:visited { color: #000000; text-decoration: none}
		A.10preto:link {	color: #000000;	text-decoration: none} 
		A.10preto:active { color: #000000; text-decoration: none} 
		A.10preto:hover { color: #D01E1E; text-decoration: none}

.11preto {

	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;

}

		A.11preto:visited { color: #000000; text-decoration: none}
		A.11preto:link {	color: #000000;	text-decoration: none} 
		A.11preto:active { color: #000000; text-decoration: none} 
		A.11preto:hover { color: #D01E1E; text-decoration: none}

.9cinza {

	font-family: Verdana, Arial;
	font-size: 9px;
	color: #69604D;

}

		A.9cinza:visited { color: #69604D; text-decoration: none}
		A.9cinza:link {	color: #69604D;	text-decoration: none} 
		A.9cinza:active { color: #69604D; text-decoration: none} 
		A.9cinza:hover { color: #D01E1E; text-decoration: none}

.FORM {
		font-family: Verdana, Arial;
		font-size:9px;
		font-weight:20px;
		color: #000000;
		border-color: #7F7A5F;
		border-style: solid;
		border-width: 1px;
		background-color: #E8E5D7;
		}
		
a {
text-decoration:none;
color:black;
}

a:hover {
color: #D01E1E;
}

#formularioProposta
{
	border:1px solid #AEAEAE;
	font-family:Tahoma;
	font-size:11px;
	margin:10px 0 10px 0;
}

#formularioProposta th
{
	background-color:#CECECE;
	text-align:left;
	font-size:15px;
	font-style:bold;
	color:#111111;
	padding-left:5px;
	height:30px;
}

#formularioProposta td.label
{
	text-align:right;
}

#formularioProposta td.input
{
	text-align:left;
	padding-left:15px;
}

#formularioProposta td
{
	background-color:#EEEEEE;
	height:15px;
	padding:5px 0 0 5px;
}

#formularioProposta td.input input[type=text], 
#formularioProposta td.input textarea
{
	font-family: Tahoma;
	font-size: 11px;
	border:1px solid #AEAEAE;
	overflow:auto;
}

#formularioProposta td.input input[type=button]
{
	cursor:pointer;
}
