@charset "utf-8";
html, body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-image: url(../imagens/fundo/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333;
	height:100%;
}
a {
	color: #039;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-weight: normal;
}

.menu1 {
	font-size: 14px;
	font-weight: bold;
	color: #FD0;
}
.cabecalho {
	font-size: 11px;
	font-weight: bold;
	color: #03F;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
.TITULO {
	font-size: 17px;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	color: #006;
	text-transform: uppercase;
	height: 40px;
}
.TITULO3 {
	font-size: 16px;
	font-weight: bold;
	color: #F90;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}
.titulo2 {
	background-image: url(../imagens/titulo2.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}
.menu1 a:hover{
	color: #006;
}
.menu1 a{
	color: #FD0;
}
.fundo1 {
	background-repeat: no-repeat;
}
.fundo2 {
	background-repeat: no-repeat;
	background-position: right top;
}
.pequeno {
	font-size: 10px;
}
.caixa_texto {
	font-size: 11px;
	background-color: #eee;
	border: 1px inset #ddd;
}
hr {
	border: 0;
	background-color: #CCC;
	height: 1px;
	width: 100%;
}
.texto_pequeno {
	font-weight: bolder;
	font-size:10px;
	color: #999;
}
.texto_pequeno_aviso {
	font-weight: bolder;
	font-size:10px;
	color: #F00;
}
.destaque {
	font-weight: bolder;
	font-size:14px;
	color: #F00;
	font-style:italic;
}
.botao {
	font-weight: bolder;
	font-size:9px;
	color: #000;
	text-transform: uppercase;
	background-image: url(../imagens/fundo_botao.jpg);
	border: 1px dotted #666;
	height: 25px;
}
.div_ajuda {
	display:none;
	position:absolute;
	background-color: #f7f7f7;
	background-image: url(../imagens/titulo2.jpg);
	padding: 0px;
	border: 2px solid #000;
	background-repeat: no-repeat;
}
.caixas_transparentes {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	background: transparent;
}
.countdown {
	font-size: 12px;
	font-weight: bold;
	color: #fff;}

