body {
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
}
.subtitulo {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

