.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-image: url(IMG/menu.jpg);
}
.bg {
	background-color: #D53129;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D53129;
	text-decoration: none;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
.texto2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #900;
}
a:active {
	text-decoration: none;
	color: #333;
}
.linha {
	background-image: url(IMG/linha.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.novo {
	color: #900;
	font-weight: bold;
}

body p {
	text-align: center;
}
