body {
	font-family: Arial;
}

table {
	font-size: 12px;
}

input {
	background-color: #F4F4F4;
	border: 1px solid #ABABAC;
}

select {
	background-color: #F4F4F4;
	border: 1px solid #ABABAC;
}

textarea {
	background-color: #F4F4F4;
	border: 1px solid #ABABAC;
}

table a {
	color: #000000;
	text-decoration: none;
}

/**
 * Mensagem de carregamento.
 */
#divFundo_MensagemCarregamento {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 280px;
	height: 70px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: -140px;	
	margin-top: 20px;
	text-align: center;
	filter: alpha(opacity=100);
	opacity: 1;
}
#divTexto_MensagemCarregamento {
	z-index: 15002;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;		
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	filter: alpha(opacity=100);
	opacity: 1;
	margin: 0px;
}

.lblTexto
	{
		color: #666666;
		font-size: 12px;
		font-family: Trebuchet MS, Tahoma !important;
	}

.lblTextoDestaque
	{
		color: #666666;
		font-weight: bolder;
		font-size: 12px;
		font-family: Trebuchet MS, Tahoma !important;
	}

.lblTextoInfo
	{
		color: #999999;		
		font-size: 12px;
		font-weight: bolder;
		font-family: Trebuchet MS, Tahoma !important;
	}

.lblTopico
	{
		color: #006699;
		font-weight: bolder;
		font-size: 14px;
		font-family: Trebuchet MS, Tahoma !important;
	}

.lblTitulo
	{
		color: #4b91b5;
		font-size: 15px;		
		font-family: Trebuchet MS, Tahoma !important;
	}

.lblSubTitulo
	{
		color: #006699;
		font-size: 23px;
		font-family: Trebuchet MS, Tahoma !important;
	}

.lnkCorTexto
	{
		color: #809ece;
		font-size: 12px;
		font-family: Trebuchet MS, Tahoma !important;
	}
