/*textos*/

.txtChamada {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #526984;
	text-decoration: none;
}

.txtTituloBusca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #013364;
	text-decoration: none;
}

.txtSubChamada {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.txtResultadoBusca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #526984;
	text-decoration: none;
}

.txtResultadoBusca2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	/*color: #2B3644;*/
	color: #526984;
	text-decoration: none;
}

.txtAviso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

/*forms*/

.boxProvas {
	/*background-image: url(/images/bg_form_box.jpg);*/ /*Se quiser colocar alguma imagem com background*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*height: 17px;*/
    text-align: left;
	font-size: 10px;
	font-weight: none;
	color: #526984;
	text-decoration: none;
	background-color: #ffffff;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #526984;
	border-right-color: #526984;
	border-bottom-color: #526984;
	border-left-color: #526984;
}

.botImage {
	/*background-image: url(/images/bg_form_box.jpg);*/ /*Se quiser colocar alguma imagem com background*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*height: 17px;*/
    text-align: left;
	font-size: 10px;
	font-weight: none;
	color: #ffffff;
	text-decoration: none;
	background-color: #ffffff;
	border-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
