.txtConteudo{
	font-family:Verdana;
	font-size:11px;
	color:#4d4d4d;
	text-decoration:none;
}
.txtConteudo:hover{
	font-family:Verdana;
	font-size:11px;
	color:#4d4d4d;
	text-decoration:underline;
}
.txtConteudo:active{
	font-family:Verdana;
	font-size:11px;
	color:#4d4d4d;
	text-decoration:underline;
}

.txtAzul{
	font-family:Verdana;
	font-size:11px;
	color:#485D88;
	text-decoration:none;
}
.txtAzul:hover{
	font-family:Verdana;
	font-size:11px;
	color:#485D88;
	text-decoration:underline;
}
.txtAzul:active{
	font-family:Verdana;
	font-size:11px;
	color:#485D88;
	text-decoration:underline;
}

.txtVermelho{
	font-family:Verdana;
	font-size:11px;
	color:#EE1D25;
	text-decoration:none;
}
.txtVermelho:hover{
	font-family:Verdana;
	font-size:11px;
	color:#EE1D25;
	text-decoration:underline;
}
.txtVermelho:active{
	font-family:Verdana;
	font-size:11px;
	color:#EE1D25;
	text-decoration:underline;
}

.txtBranco{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.txtBranco:hover{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.txtBranco:active{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

.txtTitulo{
	font-family:Verdana;
	font-size:18px;
	color:#EE1D25;
	font-weight:bold;
	text-decoration:none;
}
.txtTitulo:hover{
	font-family:Verdana;
	font-size:18px;
	color:#EE1D25;
	font-weight:bold;
	text-decoration:underline;
}
.txtTitulo:active{
	font-family:Verdana;
	font-size:18px;
	color:#EE1D25;
	font-weight:bold;
	text-decoration:underline;
}

/*	#####	FORMULÁRIO	#####	*/
.Formularfeld
{
	Font-Family : Verdana;
	font-size : 11px;
	color : #949494;
	background-color: whitesmoke;
	border-top : 1px solid #949494;
	border-bottom : 1px solid #949494;
	border-right : 1px solid #949494;
	border-left : 1px solid #949494;
	scrollbar-3d-light-color : #949494smoke;
	scrollbar-arrow-color : black;
	scrollbar-base-color : #949494;
	scrollbar-face-color : #949494;
	scrollbar-highlight-color : #949494smoke;
	scrollbar-shadow-color : black; 
}

.Formularbutton
{
	Font-Family : Verdana;
	font-size : 11px;
	color : #949494;
	background-color: #9CA2AD;
	border-top : 1px solid #949494;
	border-bottom : 1px solid #949494;
	border-right : 1px solid #949494;
	border-left : 1px solid #949494;
}

