@charset "utf-8";
.texto {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	text-decoration: none;
}
body {
	background-image: url(img/bg.gif);
	margin: 0px;
}
.bgmenu {
	background-image: url(img/bgmenu.gif);
	background-repeat: repeat-x;
}
.bgcidade {
	background-image: url(img/cidade.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.titulos {
	font-family: Tahoma;
	font-size: 12px;
	color: #009749;
}
.bgdireita {
	background-image: url(img/bg02.gif);
	background-repeat: repeat-y;
}
.bgsombra {
	background-image: url(img/sombra02.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.links {
	font-family: Tahoma;
	font-size: 11px;
	color: #009933;
}
a.links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #00CC66;
}
.botao {
	font-family: Tahoma;
	color: #FFFFFF;
	background-color: #009900;
	height: 20px;
	width: 45px;
	font-size: 11px;
}
a.texto:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #005e9d;
	line-height: 17px;
	text-decoration: underline;
}
