.fundo_baner {
	background-attachment: fixed;
	background-image: url(layout/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fundo_base {

	background-attachment: fixed;
	background-image: url(layout/base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fundo_estudo {


	background-attachment: fixed;
	background-image: url(layout/fundo_estudo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.barra_esq {



	background-attachment: fixed;
	background-image: url(layout/barra_esq.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.linha {
	border: 1px solid #164E73;
}
.texto_bold {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #164E73;
	text-decoration: none;
}
.texto_peq {

	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #164E73;
	text-decoration: none;
}
.texto {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #164E73;
	text-decoration: none;
	text-align: center;
}
