A:LINK
{
	color: gray;
	text-decoration:none;
}
A:VISITED
{
	color: gray;
	text-decoration:none;
}
A:ACTIVE
{
	color: gray;
	text-decoration:none;
}
A:HOVER
{
	color:red;
	text-decoration:none;
}
A
{
	color:#495361;
	text-decoration:underline;
}
.LinkX
{
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: gray;
}
.Texto
{
	font-family: verdana;
	font-size: 8pt;
	font-weight: regular;
	color: gray;
}
.Cabecalho
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #008000;
}
.Login
{
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: gray;
}
.Mensagem
{
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}
.CampoLogin
{
	font-size:8pt;
	font-family:Verdana,Arial,Helvetica;
	color:#000000;
	background-color:#EEEEEE;
	font-weight:bold;
	border:#000000;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}
.Botao
{
	color:#000000;
	background-color:#EEEEFF;
	font-size:8pt;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica;
	border:#000000;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}
