body 
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #F7F9F6;
	font: 11px Verdana, Arial, Sans-Serif;
	color: #000000;
}

.TituloTop 
{
	font-family: Tahoma;
	font-size: 13px;
	color: #002C94;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
}

.SubTituloTop 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;	
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.TextoApresentacao 
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	color: #000000;
}	

.TextoInfoEvento
{
	font-size: 7pt;
	font-family: Verdana;
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}

.TextoErro
{
	font-size: 7pt;
	font-family: Verdana;
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.TextoFirefox
{
	font-size: 11px;
	font-family: Tahoma;
	color: #FF0000;
	font-weight: normal;
	text-align: justify;
}

.TextoCopyright 
{
	font-size: 7pt;
	font-family: Verdana;
	color: #969696;
	font-weight: bold;
}

.LinksBottom 
{
	font-size: 7pt;
	font-family: Verdana;
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}

.LinksBottom:hover 
{
	font-size: 7pt;
	font-family: Verdana;
	color: #0000cc;
	font-weight: bold;
	text-decoration: underline;		
}

.Main 
{
	background: url(../img/back.gif) no-repeat top left;
	width: 755px;
}

.Footer 
{
	background: url(../img/footer.gif) no-repeat top left;
	width: 755px;
	height: 18px;
}	

.LinhaTop 
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	font-family: Tahoma;
	font-size: 1px;
	padding-top: 4px;
}

.LinhaBottom 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	font-family: Tahoma;
	font-size: 1px;
	padding-bottom: 4px;
}

.TituloFormulario 
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #002C94;
	text-transform: uppercase;
}

.TabelaFormulario
{
	border: solid 1px #a2a2ff;
}

.cellFormDesc
{
	background-color: #e6e6fa;
	font-weight: bold;
	width: 25%;
}

.cellForm 
{
	background-color: #e6e6fa;
}

.button 
{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px solid #000000; 
	background-color: #FFFFFF;
}

.textBox 
{
	font-family: Tahoma; 
	font-size: 12px; 
	border: 1px solid #000000; 
	background-color: #FFFFFF;
}

a
{
	text-decoration: none;
	color: Blue;
}

a:hover
{
	text-decoration: underline;
	color: Blue;
}

