A
{
	font-size: 8pt;
	color: #3366ff;
	font-family: Tahoma;
	text-decoration: none;
}
A:hover
{
	font-size: 8pt;
	color: #3366ff;
	font-family: tahoma;
	text-decoration: underline;
}
A:visited
{
	font-size: 8pt;
	color: #3366ff;
	font-family: tahoma;
}
A:link
{
	font-size: 8pt;
	color: #3366ff;
	font-family: Tahoma;
	text-decoration: none;
}
.Texto
{
	font-size: 8pt;
	color: black;
	font-family: tahoma;
}
.TextoB
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: tahoma;
}
.TextoValidacao
{
	font-size: 8pt;
	color: red;
	font-family: tahoma;
}
.Titulo
{
	font-weight: bold;
	font-size: 10pt;
	color: #0066ff;
	font-family: tahoma;
	text-align: left;
	font-variant: small-caps;
}

.CaixaTexto
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	border-left: darkgray 1px solid;
	color: #3366ff;
	border-bottom: darkgray 1px solid;
	background-repeat: repeat-x;
	font-family: tahoma;
	background-color: whitesmoke;
}
.CaixaTexto2
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	border-left: darkgray 1px solid;
	color: #3366ff;
	border-bottom: darkgray 1px solid;
	background-repeat: repeat-x;
	font-family: tahoma;
	background-color: whitesmoke;
	text-align: center;
}
.Botao
{
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #3366cc 1px solid;
	color: #3399ff;
	border-bottom: #3366cc 1px solid;
	font-family: tahoma;
	background-color: gainsboro;
}
.TextoData
{
	font-size: 8pt;
	color: #3366ff;
	font-family: tahoma;
	text-align: right;
}
