.linhas {
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(linha_vert.gif);
}
.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: left;
	text-indent: 10pt;
	line-height: 25px;
	height: 25px;
	background-image: url(botoes/linhas_menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: left;
	text-indent: 10pt;
	line-height: 25px;
	height: 25px;
	background-image: url(botoes/linhas_menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: left;
	text-indent: 10pt;
	line-height: 25px;
	height: 25px;
	background-color: #C4DA2A;
	background-repeat: repeat-x;
	background-image: url(botoes/linhas_menu.png);
	background-position: bottom;
}
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}
.background {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

