#conteudo {
	background-attachment: scroll;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
}
#menu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	height: 15px;
}
#menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#menu a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#linha {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}

a {
	text-decoration: underline;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

