/*                                .::::::::::::::::::::::::::::::::::::::::::   texto  ::::::::::::::::::::::::::::::::::::::::::.                                     */
.tituloPg {
	font-family: Tahoma;
	color : #070174;
	font-weight : normal;
	font-size : 25px;
	text-align : right;
}

.tituloTxt {
	font-family: Tahoma;
	color : #070174;
	font-weight : bold;
	font-size : 15px;
}

.txt {
	font-family: Tahoma;
	color : #000000;
	font-size : 11px;
}

.SubTxtAzul {
	font-family: Tahoma;
	color : #070174;
	font-size : 10px;
}

.txtAzul {
	font-family: Tahoma;
	color : #070174;
	font-size : 11px;
}



/*                                .::::::::::::::::::::::::::::::::::::::::::   Formatação  ::::::::::::::::::::::::::::::::::::::::::.                                     */


.imgDest {
	border : 1px solid Black;
}

hr {
	border: 1px;
	color : #004491;
}

hr.lateral {
	border: 1px dotted;
	color : #004491;
	width: 180px;
}

UL {
	list-style-image : url(../img/setaAzul.gif);
}

UL.subItem {
	list-style-image : url(../img/setaAzulClara.gif);
}

		
/*                                .::::::::::::::::::::::::::::::::::::::::::   Formulário  ::::::::::::::::::::::::::::::::::::::::::.                                     */


.input {
	border: 1px solid #0046AE;
	background-color : #F0F3F6;
	color : #070174;
	font-size: 11px;
}

select {
	border: 1px solid #0046AE;
	background-color : #F0F3F6;
	color : #070174;
	font-size: 11px;
}

input.button {
	border : 1px solid #070174;
	color : #070174;
	background-color : White;
	font-size: 12px;
}


/*                                .::::::::::::::::::::::::::::::::::::::::::   links  ::::::::::::::::::::::::::::::::::::::::::.                                     */

a.linkPreto {
	font-family: Tahoma;
	color : #777777;
	font-size : 11px;
	text-decoration: underline;
}

a.linkPreto:hover {
	font-family: Tahoma;
	color : #777777;
	font
	font-size : 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.linkAzul {
	font-family: Tahoma;
	color : #7E7CB0;
	font-size : 11px;
	text-decoration: underline;
}

a.linkAzul:hover {
	font-family: Tahoma;
	color : 7E7CB0;
	font-size : 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.linkMenu {
	font-family: Tahoma;
	color :  #070174;
	font-size : 10px;
	text-decoration: none;
}

a.linkMenu:hover {
	font-family: Tahoma;
	color :  #070174;
	font-size : 10px;
	text-decoration: underline;
}

a.linkTitulo {
	font-family: Tahoma;
	color :  #070174;
	font-weight: bold;
	font-size : 11px;
	text-decoration: none;
}

a.linkTitulo:hover {
	font-family: Tahoma;
	color :  #070174;
	font-weight: bold;
	font-size : 11px;
	text-decoration: underline;
}

a {
	font-family: Tahoma;
	color :  #070174;
	font-size : 11px;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	color :  #070174;
	font-size : 11px;
	text-decoration: underline;
}