
h1 {
  font-size:24px;
  color:#666;
  font-family: 'Monda';  
  padding:0 0 0 0;
  line-height:35px;
  display:inline-block;
}

h2 {
  font-family: 'Monda';  
  font-size:14px;
  color:#000;
  letter-spacing:1px;
  font-weight:bold;
  line-height:20px;
  display:inline-block;
}

h3 {
  font-family: 'Monda';  
  font-size:16px;
  color:#000;
  font-weight:normal;
  line-height:20px;
  display:inline-block;
}

h4 {
  font-size:14px;
  color:#000;
  margin:0 0 0 0;
  font-weight:normal;
  line-height:16px;
  text-transform:uppercase;
}

h5 {
  font-size:11px;
  letter-spacing:0.5px;
  margin:0;
  color:#FFFFFF;
  padding:2px;
  text-align:center;
  background-color:#003366;
}

h6 {
  color:#666;
  font-size:11px;
  font-style:italic;
  font-weight:normal;
  margin:0 0 5px 0;
}



hr {
  border:none;
  background-color:#E1D2B3;
  color:#E1D2B3;
  height:1px;
  width:100%;
}


#texto {
  padding:30px;
  line-height:20px;
  text-align:justify;
}

#texto h1 {
	margin-bottom: 20px;
	display:block;
}


b, strong {
}

#texto p {
  padding-bottom:5px;
}

#texto ul {
	list-style:circle;
	margin-left:20px;
	line-height:22px;
}


.foto {
  float:left;
  margin:5px;
  min-width:100px;
  text-align:center;
}



a:link {
  color:#003366;
  text-decoration:none;
  font-weight:bold;
}
a:visited {
  color:#003366;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  color:#003366;
  text-decoration:underline;
  font-weight:bold;
}

.texto2 a:link {
  color:#003366;
  text-decoration:underline;
  font-weight:normal;
}
.texto2 a:visited {
  color:#003366;
  text-decoration:underline;
  font-weight:normal;
}
.texto2 a:hover {
  color:#333;
  text-decoration:none;
  font-weight:normal;
}

.link:link {
  color:#555;
  text-decoration:none;
  font-weight:normal;
}
.link:visited {
  color:#555;
  text-decoration:none;
  font-weight:normal;
}
.link:hover {
  color:#003366;
  text-decoration:none;
  font-weight:normal;
}


#tabelaform td {
	padding:3px;
	margin:2px;
}

/*********
OBJETOS DE FORMULÁRIOS
**/
input[type="text"], input[type="submit"], input[type="password"], input[type="button"], input[type="file"], textarea, select {
  font-family:'Monda', Helvetica, "Trebuchet ms", Tahoma;
  font-size:11px;
  color:#666;
  border:1px solid #CCC;
  padding:3px;
  background-color:#FFFFFF;
}
input[type="text"], input[type="submit"], input[type="password"], input[type="button"], input[type="file"], textarea {
  zzzbackground-image:url(../imagens/bg_input.gif);
  background-repeat:repeat-x;
  padding-left:2px;
  padding-right:2px;
}

