/*                                .::::::::::::::::::::::::::::::::::::::::::   texto  ::::::::::::::::::::::::::::::::::::::::::.                                     */
.tituloPg {
	font-family: Tahoma;
	color : #070174;
	font-weight : normal;
	font-size : 25px;
}

.tituloTxt {
	font-family: Tahoma;
	color : #070174;
	font-weight : bold;
	font-size : 15px;
}

.txt {
	font-family: Tahoma;
	color : #000000;
	font-size : 11px;
}

.txtAzul {
	font-family: Tahoma;
	color : #070174;
	font-size : 11px;
}

a {
	font-family: Tahoma;
	color : #070174;
	font-size : 11px;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	color: #3300FF;
	font-size : 11px;
	text-decoration: none;
}



/*                                .::::::::::::::::::::::::::::::::::::::::::   Formatação  ::::::::::::::::::::::::::::::::::::::::::.                                     */


hr {
	border: 1px;
	color : #004491;
	width: 528%;
}

hr.lateral {
	border: 1px dotted;
	color : #004491;
	width: 180px;
}

UL {
	list-style-type : disc;
	list-style-image : url(../img/setaAzul.gif);
}


		
/*                                .::::::::::::::::::::::::::::::::::::::::::   Formulário  ::::::::::::::::::::::::::::::::::::::::::.                                     */


.input {
	border: 1px solid #0046AE;
	background-color : #F0F3F6;
	color : #070174;
}

select {
	border: 1px solid #0046AE;
	background-color : #F0F3F6;
	color : #070174;
}

input.button {
	border : 1px solid #070174;
	color : #070174;
	background-color : White;
}