@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
.topo_menu_menor {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 18px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.assinatura {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 9px;
}