body {
  background: #191919;
}

.texto
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #ffffff;
	line-height: 18px;
}

.texto-pequeno
{
	font-family: Verdana, Arial;
	font-size: x-small;
	color: #ffffff;
	line-height: 18px;
}

h1, h2
{
	font-family: Verdana, Arial;
	color: #ffffff;
}

.texto-negrito
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	line-height: 18px;
	text-align: justify;
}

.texto-branco-negrito
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
}

.menu-ativo
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	background-color: #666666;
	text-align:left;
}

.menu-inativo
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	background-color: #262626;
	text-align:left;

}


.texto-branco
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}


a
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	text-decoration: underline;
}

.caixa-texto
{
	background-color: #EFF4FA;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-transform: uppercase;
}
