@charset "utf-8";
/*
*	Autor: Info-One
*	Data: 23-12-2008
*	Todos os direitos reservados
*/
body {
	margin:0px;
	padding:0px;
	background:url(../imgs/fundo_site.jpg) top repeat-x;
}
a:link, a:visited {
	text-decoration: none;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

a:active, a:hover {
	text-decoration: underline;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

a.evento:link, a.evento:visited {
	text-decoration: none;
	font-family:Verdana;
	font-size:10px;
	color:#6a0d07;
}

a.evento:active, a.evento:hover {
	text-decoration: underline;
	font-family:Verdana;
	font-size:10px;
	color:#6a0d07;
}

.Text{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}


.TextBranco{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
}
.TextoVermelho{
	font-family:Verdana;
	font-size:11px;
	color:#6a0d07;
}
.obrigatorio{
	font-family:Verdana;
	font-size:10px;
	color:#FF0000;
}
.Input{
	font-family: Verdana;
	font-size: 11px;
	color: #646464;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
}

.InputOver{
	font-family: Verdana;
	font-size: 11px;
	color: #646464;
	border: 1px solid #CCCCCC;
	background-color: #FFF7CC;
}
.esconde{
	visibility:hidden;
	margin:0px;
	padding:0px;
	position:absolute;
}
.errorValida{
	font-family: Verdana;
	font-size: 11px;
	color: #646464;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
}

#loading {
	display:none;
}