.txtTitulos {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #7e7e7e;
	text-align: left;
}
.txtTitulosForm {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: darkgrey;
	text-align: right;
}
.txtTitulosPainel {
    font-family: 'Droid Sans', sans-serif;
	font-size: 11px; 
	background-color: #095D92; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 4px 8px;
	text-align:left;
}
.txtOutros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #095D92;
	font-weight: bold;	
}
.txtBusca {
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #7e7e7e;
	text-align: left;
}
.txtInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.txtInfo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.txtInfo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.txtInfoCinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
    color: lightgray;
}
.txtId {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.txtRodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.txtTitulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #004a7d;
	text-align: left;
}
.txtDestaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002166;
}
.txtErro
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight:	normal;
	color:			red;
	font-weight: bold;
}
.txtItensTitulo
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e7e7e;
	font-weight: normal;
}
a.txtAlerta
{
    font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	color: palevioletred;
	font-weight: normal;
    text-decoration: none;
}
a.txtAlerta:hover
{
	color: blue;
}

a.txtAlertaCandidato {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: blue;
    font-weight: normal;
}

a.txtAlertaCandidato:hover {
    color: red;
}

.imgTitulo
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.fundo_login
{
    background-image: url(images/fundo_login.gif);
    background-repeat: repeat-x;
    background-position: top left;
    background-attachment: fixed;
    background-color: #0063a7 /* cor de fundo inferior, para que quando terminar a imagem, ele continua com essa cor */
}

.texto_dica {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.txtCodigoGrid {
	font-family: 'Droid Sans', sans-serif;
	font-size: 20px;
	color: #7e7e7e;
	text-align: left;
    font-weight: bold;
}