@charset "utf-8";
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a {
	color: #4F0035;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-weight: normal;
}

.menu1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.cabecalho {
	font-size: 11px;
	font-weight: bold;
	color: #03F;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
.TITULO {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../imagens/titulo.jpg);
	background-repeat: no-repeat;
	background-color: #f7E1f7;
}
.TITULO3 {
	font-size: 16px;
	font-weight: bold;
	color: #C3C;
	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: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
.titulo2 {
	background-color: #f7f7f7;
	background-image: url(../imagens/titulo2.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.menu1 a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.menu1 a{
	color: #000;
}
.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: #FFD9FF;
	border: 1px dotted #FF4FFF;
}
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 #030;
	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;
}
