@charset "ISO-8859-1";

.texto {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	color: #015588;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 12px;
	position: relative;
	padding-right: 30px;
	padding-top: 5px;
	width: 480px;
	float: left;
	padding-left: 30px;
	background-image: url(images/bg_home.gif);
	background-repeat: repeat;
	overflow-x: hidden;
	overflow-y: auto;
	height: 390px;
}

.titulo {

font-family: Tahoma, Helvetica,  Arial, sans-serif;
background-color: #f9f9f9;
color: #0062A2;
text-decoration: none;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 1px;
line-height: 1.1em;
font-size: 1.6em;

}

.legenda {
	color: #4392C6;
	text-decoration: underline;
	letter-spacing: 0;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}

.subtitulo {
	font-family: Tahoma, Helvetica,  Arial, sans-serif;
	color: #0062A2;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.1em;
	font-size: 1.2em;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;

}

h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;

}

a {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	color: #015588;
	text-decoration: underline;
	font-size: 14px;
	}
	
	hr {
      border-top: 1px solid #4392C6;
      border-bottom: 1px solid #4392C6;
      border-left: 0px solid #4392C6;
      border-right: 0px solid #4392C6;
      color: #fff;
      background-color: #fff;
      height: 2px;
	  width: 95%;
    }
