/*---------- FORMATAÇÃO GERAL ----------*/

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
body {
	color:#003366;
	font-family: "trebuchet MS";
	font-size: 13px;
	background-image: url(../img/Fundo.jpg);
	background-repeat: repeat-x;
	background-color: #E4E4E4;
}
.imputSelect {
	font-size: 14px;
	vertical-align: middle;
	border: solid 1px #99B0C7;
	width: 150px;
	background-color: #E6EDF5;
}
.imputSelect2 {
	font-size: 14px;
	vertical-align: middle;
	border: solid 1px #99B0C7;
	width: 383px;
	background-color: #E6EDF5;
}
.imputSelect3 {
	font-size: 14px;
	vertical-align: middle;
	border: solid 1px #99B0C7;
	width: 70px;
	background-color: #E6EDF5;
}
.imput2 { font-size: 12px; vertical-align: middle; border:solid 1px #99B0C7;background-color: #E6EDF5;}

/*---------- FORMATAÇÃO DOS TIPO DE LINK ----------*/

.link_azul:link{color:#4A9CC9; text-decoration: none; font-weight:bold;}
.link_azul:visited{color:#4A9CC9; text-decoration: none; font-weight:bold;}
.link_azul:hover{color:#990000; font-weight:bold; text-decoration:underline;}
.vermelho{color:#990000; }
.Botao {
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
height:19px;
background-color:#E6EDF5;
}

