.titulos {
    border: 1 solid;
    font-size: 12px;
    text-align: left;
    font-family: Arial;
    color: #00008B;
    padding-left: 7px;
    clear: none;
    border-top-color: White;
    border-right-color: White;
    font-weight: bold;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto
}

.subtitulos {
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00008B;
	padding-left: 14px;
	clear: none;
	border-top-color: White;
	border-right-color: White;
    font-weight: bold;
    font-style: italic;
}

.texto{
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
    text-justify: auto;
    cursor: auto;
    text-align-last: left;
    color: #006699
}

.texto1{
	font-family: Arial;
	font-size: 12px;
    font-weight: bold;
    color: #3399CC;
	text-align: justify;
    margin-left: 40px;
}

.scrollbar{
	scrollbar-3dlight-color: #483D8B;
}

/*.links{
	color: Black;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.links:hover {
	font-style: normal;
	font-weight: bold;
}    */

.copyright{
  font-family: Arial;
  font-style: italic;
}

.margens {
  left: auto;
  clip: rect(auto)}

.barrah {
  border: 1 solid;
  font-size: 12px;
  color: #00008B;
  padding-left: 7px;
  clear: both;
  border-top-color: White;
  border-right-color: White;
  margin-top: auto;
}
.bg_right{
  background-image: url(pics/bg_right.png);
  background-position-x: left;
  background-repeat: repeat-y;
}
.bg_left{
background-image: url(pics/bg_left.png);
background-position-x: right;
  background-repeat: repeat-y;
}

/* ---------- Padrão --------- */
a{
  color: #000;
  text-decoration: none;
}

a:hover{
  color: #0066CC;
  font-weight: bold
}

