
h1 {
  font-family:Arial, "Lucida Sans", Tahoma;
  font-size:16px;
  color:#003366;
  font-weight:bold;
  margin:0 0 1px 0;
  padding:5px 5px 5px 5px;
  background-color:#EEEEEE;
}

h2 {
  font-family:Tahoma, "Trebuchet ms", Verdana;
  color:#333333;
  font-size:14px;
  margin:0;
  margin-left:5px;
  margin-bottom:5px;
  letter-spacing:1px;
  padding-top:5px;
}

h3 {
  font-family:"Trebuchet MS", "Lucida Sans", Tahoma;
  font-weight:normal;
  font-size:11px; 
}

h4 {
  font-family:Tahoma, "Trebuchet ms", Verdana;
  color:#333333;
  font-size:12px;
  margin:0;
  margin-left:5px;
  margin-bottom:5px;
  letter-spacing:1px;
  padding-top:5px;
}

h5 {
  font-size:10px;
  margin:0;
  color:#FFFFFF;
  padding:2px;
  text-align:center;
  background-color:#003366;
}

h6 {
  font-family:Geneva, Tahoma, "Trebuchet ms", Verdana;
  color:#666666;
  font-size:9px;
  font-weight:normal;
  margin:10px 15px 20px 0;
}



hr {
  border:none;
  background-color:#CCCCCC;
  color:#CCCCCC;
  height:1px;
  width:80%;
}

#texto {
  font-family:Arial, Verdana, "Trebuchet ms";
  text-align:justify;
  padding:5px;
  font-size:12px;
  letter-spacing:normal;
  color:#000000;
}  

#texto b {
  color:#003366;
}

#texto p {
  padding-bottom:5px;
}

a img {
  border:none;
}


.foto {
  float:left;
  margin:5px;
  min-width:100px;
  text-align:center;
}


a:link {
  color:#FF6600;
  text-decoration:none;
}
a:visited {
  color:#FF6600;
  text-decoration:none;
}
a:hover {
  color:#FF6600;
  text-decoration:underline;
}

.link:link {
  color:#000000;
  text-decoration:none;
}
.link:visited {
  color:#000000;
  text-decoration:none;
}
.link:hover {
  color:#333333;
  text-decoration:none;
}

.link2:link {
  color:#003366;
  text-decoration:none;
}
.link2:visited {
  color:#003366;
  text-decoration:none;
}
.link2:hover {
  color:#000000;
  text-decoration:none;
}



/*********
OBJETOS DE FORMULÁRIOS
**/
input[type="text"], input[type="submit"], input[type="password"], input[type="button"], input[type="file"], textarea, select {
  font-family:"Trebuchet MS", Tahoma, Verdana;
  font-size:11px;
  color:#333333;
  border:1px solid #006699;
  background-color:#FFFFFF;
}
input[type="text"], input[type="submit"], input[type="password"], input[type="button"], input[type="file"], textarea {
  background-image:url(../imagens/bg_input.gif);
  background-repeat:repeat-x;
  padding-left:2px;
  padding-right:2px;
}

