.menu {
	left: 0px;
	top: 0px;
}
.titulo {
	padding-left: 100px;
	background-image: url(images/fundo_tit.gif);
	background-repeat: no-repeat;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #1D2F55;
	text-align: center;
	background-image: url(images/fundo_e.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #244467;
	text-align: left;
	background-image: url(images/fundo_t.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 100px;
}
.texto_t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #244467;
	text-align: left;
	background-image: url(images/fundo_t.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 100px;
	font-weight: bold;
}
.texto_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #244467;
	text-align: left;
	background-image: url(images/fundo_h.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 160px;
	padding-right: 100px;
}
.texto_ht {
	margin-left: -10px;
	font-weight: bolder;
}
a:link {
	color: #244467;
	text-decoration: none;
}
a:visited {
	color: #244467;
	text-decoration: none;
}
a:hover {
	color: #B54439;
	text-decoration: underline;
}
a.texto:hover {
	color: #244467;
	text-decoration: none;
}
.tabela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #254568;
	margin-left: 100px;
	background-image: url(images/fundo_e.gif);
	width: 560px;
}