body{
	margin: 50px;
	background-color: #F3EADB;
	scrollbar-size: -2px;
	SCROLLBAR-ARROW-COLOR: #498888;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;

}

#div_content{
	background-color: #FFFAF0;
	width: 650px;
	height: auto;
	margin: 0px;
	text-align: center;
	
}

#div_top{
	width: 650px;
	height: 165px;
	background-image: url(imgs/titulo.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#div_bottom{
	width: 650px;
	height: 165px;
	background-image: url(imgs/logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#div_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: auto;
	height: 25px;
	background-color: #FFFAF0;
	padding-left: 50px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 0px;
}

#div_menu a{
	color: #498888;
	text-decoration: none;
	}
	
#div_menu a:hover{
	color: #575757;
	}
#div_gris{
	width: 650px;
	height: 20px;
	background-color:#F3EADB;
	}
#div_textos{
	width: auto;
	background-color: #FFFAF0;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	text-align: left;
}
.titulos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #498888;
}
.subtitulos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #575757;
}
.texto{

	font-size: 12px;
	text-transform: none;
	color: #575757;
	text-align: left;
	line-height: 175%;
	text-align: left;

}

.texto a{
	color: #FF8C00;
	text-decoration: none;
	text-align: left;
}
.texto a:hover{
	color: #575757;
	text-decoration: underline;
}

.novas{
	line-height: 1px;
	font-size: 12px;
	text-transform: none;
	color: #575757;
	text-align: left;
	line-height: 175%;
	text-align: left;
	
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 25px;
	margin-top: 25px;
	
	background-color: White;
}

.novas a{
	color: #FF8C00;
	text-decoration: none;
	text-align: left;
}
.novas a:hover{
	color: #575757;
	text-decoration: underline;
}


.lista{
	font-size: 12px;
	text-indent: 50px;
	list-style: disc;
	text-align: left;
	line-height: 200%;
	list-style-position: outside;
	list-style-type: disc;
	
}
