@charset "utf-8";
* {
	margin:0;
	padding:0;
}

a link, a hover, a active, a visited{
	color: #990000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFFFF;
	text-align: justify;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration: underline;
	text-align: left;
	margin-top: 5px;
}
h2 {
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
h3{
	font-size:10px;
	line-height: 20px;
	background-color:#CCC;
	text-indent: 5px;
	margin-top: 10px;

}

#geral {
	width: 780px;			/* 850px */
	height:100%;
	position:relative;
	margin: 0 auto;	
	background-color: #FFF;

}
#geral #topo {
	background-color:#FFF;
	background-position: 100% 100%;
	height: 270px;
	width: 100%;
}
#geral #conteudo a{
	color:#990000;
}
#geral #conteudo a hover{
	color:#990000;
	text-decoration:underline;
}
#geral #conteudo {
	background-color:#FFF;
	background-image: url(../../imagens/bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% top;
	float: left;
	width: 780px;
	height:650px;
}

#geral #conteudo #menu {
	float: left;
	height: 650px;
	width: 148px;
	background-image: url(../../imagens/bg_menu.png);
	background-repeat: repeat-y;
	background-position: 100% 100%;
	background-color: #FFF;
	clear: left;
}
#geral #conteudo #menu p {
	background-image: url(../../imagens/botao_menu3.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 26px;
	font-size: 10px;
	text-indent: 25px;
	line-height: 10px;
	margin-top: 10px;
	clear: left;
	color: #990000;
}
#geral #conteudo #menu a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

#geral #conteudo #menu #menu2 {
	float: left;
	height: 180px;
	width: 148px;
	background-image: url(../../imagens/bg_menu.png);
	background-repeat: repeat-y;
	background-position: 100% 100%;
	background-color: #FFFFFF;
	clear: left;
}
#geral #conteudo #menu #menu2 p {
	background-image: url(../../imagens/botao_menu3.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 26px;
	font-size: 10px;
	text-indent: 25px;
	line-height: 10px;
	margin-top: 10px;
	clear: left;
	color: #990000;
}
#geral #conteudo #menu #menu2 a {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
}

#geral #conteudo #corpo {
	float: left;
	height: 650px;
	width: 620px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: scroll;
	overflow-x: hidden;
}
#geral #conteudo #corpo img{
	clear: left;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#geral #conteudo #corpo ul{
	margin-top:10px;
	text-indent: 15px;
	list-style-type: square;
	margin-bottom: 10px;

}
#geral #conteudo #corpo p {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-align: justify;
}
#geral #conteudo #opcoes form {
	margin-top: 20px;
}

#geral #conteudo #opcoes {
	float: right;
	height: 650px;
	width: 186px;
	/*	background-color:#FFF;*/
	background-image: url(../../imagens/direito2.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-right: 2px;
	padding-left: 3px;
}
#geral #rodape {
	background-image: url(../../imagens/rodape_bg.jpg);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	clear: both;
	height: 88px;
	width: 780px;
}
#geral #rodape h6 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}
#geral #rodape address{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#geral #conteudo #opcoes .linksDestaques {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	list-style-type: none;
}
#geral #conteudo #opcoes .linksDestaques li {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin-top: 10px;
}
