.titulo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.borda {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
.botao {
	border: 1px solid #000000;
}
.form {
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.titulovermelho {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.titulobranco {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.titulo2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}
.titulovermelho2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
