@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg1.jpg);
}

.TextoPreto11 {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #000000;
	line-height:16px;
}

.TextoBranco11 {
	font-size: 11px;
	font-family: Tahoma;
	color: #ffffff;
}

.TextoConteudo 
{
	font-style: normal;
	font-size: 14 px;
	font-family: Trebuchet MS;
	color: #0066CC;
}

.TextoConteudoMenor
{
	font-style: normal;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #0066CC;
}

.LinkBrancoMenu12:active { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #FFFFFF; text-decoration: none;}
.LinkBrancoMenu12:link { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #FFFFFF; text-decoration: none;}
.LinkBrancoMenu12:visited { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #FFFFFF; text-decoration: none;}
.LinkBrancoMenu12:hover { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #FFFFFF; text-decoration: underline;}

.LinkBranco11:active { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #FFFFFF; text-decoration: none;}
.LinkBranco11:link { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #FFFFFF; text-decoration: none;}
.LinkBranco11:visited { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #FFFFFF; text-decoration: none;}
.LinkBranco11:hover { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #FFFFFF; text-decoration: underline;}

.LinkAzul11:active { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #248baa; text-decoration: none;}
.LinkAzul11:link { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #248baa; text-decoration: none;}
.LinkAzul11:visited { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #248baa; text-decoration: none;}
.LinkAzul11:hover { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #248baa; text-decoration: underline;}

.LinkPreto11:active { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #000000; text-decoration: none;}
.LinkPreto11:link { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #000000; text-decoration: none;}
.LinkPreto11:visited { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #000000; text-decoration: none;}
.LinkPreto11:hover { font-family: "Trebuchet MS", Verdana, Arial; font-size: 11px; color: #000000; text-decoration: underline;}

.Formulario {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	color: #164f80;
	background-color: #ffffff;
	border: 1px solid #3878A8;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#9C9C9C;
	scrollbar-arrow-color:#9c9c9c;
	scrollbar-track-color:#ffffff;
}

/* tabela todos eventos */

.EventoMostraTabela 
{
	display: inline;
}

.EventoNaoMostraTabela
{
	display: none;
}


