.titulo{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 20px;
  font-weight : bold;
  text-decoration: none;
  color: #000000;
}
.titulo:hover{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 20px;
  font-weight : bold;
  text-decoration: none;
  color: #666666;
}
.titulo:link{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 20px;
  font-weight : bold;
  text-decoration: none;
  color: #000000;
}
.titulo:active{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 20px;
  font-weight : bold;
  text-decoration: none;
  color: #000000;
}
.frase{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  font-weight : bold;
  color: #000000;
}
.menu{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  text-transform : uppercase;
  color: #666666;
}

.menulink{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  text-decoration: none;
  color: #000000;
}
.menulink:hover{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  text-decoration: none;
  color: #ffffff;
}

.textoverde{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color: #009900;
}
.textoazul{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  color: #3333ff;
}
.texto{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color: #000000;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}

.texto1 {
	font-family: verdana;
	font-size: 14px;
}

.texto2 {
	font-family: verdana;
	font-size: 11px;
}

/* Objetos do formulário  */

.botao{
  font-family: Verdana;
  font-size: 11;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

.caixadetexto{
  font-family: Verdana;
  font-size: 11px;
  border: 1px solid #000000;
}

.caixadetexto2 {
  font-family: Verdana;
  font-size: 10px;
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px
}