/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #FFCC99;
	margin: 0;
	background-image: url(../imagem/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#GERAL{
	width: 700px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	border-width: 0px 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	background-image: url(../imagem/fundo_amarelo.gif);
	background-repeat: repeat-y;
	background-color: #FFFFCC;
}
#GERAL_TOP{
	background-image: url(../imagem/fundo_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 17px;
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#GERAL_BOTTOM{
	background-image: url(../imagem/fundo_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 17px;
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* TITULO ------------------------------------------------------------------*/

#TITULO {
	width: 700px;
	height: auto;
	text-align: center;
}

/* MENU ------------------------------------------------------------------*/

#MENU {
	width: 700px;
	text-align: center;
	margin: 10px 0 10px 0;
}

/* CORPO ------------------------------------------------------------------*/

#LIMPA {
	clear: both;
}

#CORPO {
	width: 660px;
	font: 11px Verdana, Arial;
	text-align:justify;
	line-height: 20px;
	clear: both;
	margin-top: 20;
	margin-right: 20;
	margin-bottom: 10;
	margin-left: 20px;
}
#CORPO H1 {
	font: bold 13px Comic Sans MS, Verdana, Arial;
	letter-spacing: 1px;
	background-image: url(../imagem/estrela.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
#CORPO td{
	COLOR: #000000;
	font: 12px Comic Sans MS, Verdana, Arial;
}
#CORPO a {
	text-decoration: none;
	color: #000000;
}
#CORPO a:hover {
	text-decoration: underline;
	color: #006699;
}


#CORPO_COLUNA1 {
	width: 210px;
	float: left;
	margin: 0;
}
#CORPO_COLUNA2 {
	line-height: 20px;
	width: 430px;
	float: right;
	margin: 0;
}


/* RODAPE ------------------------------------------------------------------*/

#RODAPE {
	clear: both;
	line-height: 20px;
	width: 700px;
	text-align:center;
}

#rodape_indice {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	color: #000000;
}
#rodape_indice a {
	text-decoration: none;
	color: #000000;
}
#rodape_indice a:hover {
	text-decoration: underline;
	color: #006699;
}

#rodape_endereco {
	padding: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#rodape_endereco a {
	text-decoration: none;
	color: #000000;
}
#rodape_endereco a:hover {
	color: #003366;
	text-decoration: underline;
}

#rodape_copyright {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	padding: 10px 0 5px 0;
}
