﻿a:link       { color: #000000 }
a:visited    { color: #808080 }
a:active     { color: #800000 }
a:hover	     { color: #9b0a0a; font-weight:bold }
ul           { margin-top: 0; margin-bottom: 0 }
li           { margin-top: 0; margin-bottom: 0 }
blockquote   { margin-top: 0; margin-bottom: 0 }
address      { color: rgb(0,51,51) }
BODY		 { FONT-SIZE: 10px; MARGIN: 2px 10px 10px 2px; COLOR: #000000; FONT-FAMILY: tahoma,verdana, arial;     BACKGROUND-COLOR: #ffffff }
hr			 { color:#000000; size:1 }
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: default;
	color: #333333;
}
.titulo_pagina {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitulo {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #800000;
}
.subtitulo_claro {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #23FF23;
}
.banner_texto1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.justificado {
	text-align: justify;
}
.linkcinza {
	font-weight: bold;
	color: #828282;
	text-decoration: none;
}
.linkcinza:hover {
	font-weight: bold;
	color: #828282;
	text-decoration: underline;
}
.linkazul {
	font-weight: bold;
	color: #9b0a03;
	text-decoration: none;
}
.linkazul:hover {
	font-weight: bold;
	color: #9b0a03;
	text-decoration: underline;
}
.destaque_azul {
	font-weight: bold;
	color: #9b0a03;
}
.destaque_preto {
	font-weight: bold;
	color: #000000;
}
#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid #959595;
border-bottom-width: 0;
font:normal 10px Verdana; color:#565656;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #959595;
color:#565656;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffaf28;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
