html,body{margin:0px;padding:0px}

body {
 font-family: Verdana, Arial, Helvetica;
 font-size: 11px;
 line-height: 16px;
 color: #333333;
 text-align: center;
 background-color: #dbdbdb;
}
h1, h2, h3 {
 font-family: Verdana, Arial, Helvetica;
 font-weight: bold;
 font-size: 16px;
 line-height: 24px;
}
h1 {
 color: #c40403;
}
h2 {
 color: #333333;
}
h3 {
 color: #820707;
}
h4 {
 display: block;
 width: 520px;
 background-color: eaeaea;
 font-weight: bold;
 font-size: 12px;
 padding: 2px;
 margin-top: 20px;
 color: #333333;
}
h4.total {
 width: 615px;
}
h5 {
 font-family: Verdana, Arial, Helvetica;
 font-weight: bold;
 font-size: 14px;
 color: #c40403;
 padding: 0;
 margin: 0;
}
p {
 font-size: 11px;
 text-align: left;
 line-height: 16px;
}

select {
 font-size: 11px;
 border: 1px #cccccc solid;
}

a {
 text-decoration: underline;
 color: #333333;
}

a:visited {
 text-decoration: underline;
 color: #333333;
}

a:active {
 text-decoration: underline;
 color: #333333;
}

a:hover {
 color: #CC0000;
 text-decoration: none;
}

a.current {
 color: #CC0000;
 text-decoration: none;
}
img {
 border: 0;
}

/* estrutura da pagina */
#container{
 width: 778px;
 margin: 10px auto;
 border: 1px solid #CCCCCC;
 text-align: left; 
 background-color: #ffffff;
}
#topo {
	margin-top: 10px;
}
#cabecalho {
 width: 755px;
 padding: 0px 11px 10px 12px;
}
#wrapper {
	width: 758px;
	margin: 0 20px 0 0;
	padding: 0;
}
#menuLateral {
 float: left;
 width: 110px; 
 margin: 0;
 padding: 0;
}
#conteudo {
 float: left;
 width: 618px;
 margin: 0 0 0 30px;
 padding: 0;
}
#rodape {
 width: 778px;
 height: 43px; 
 border-top: 1px solid #CCCCCC;
 margin-top: 20px;
 padding: 0;
 clear: both;
}

/* menu navegacao */
#listaNavegacao {
 padding-left: 0;
 margin-left: 3px;
 border-bottom: 1px solid #CCCCCC;
 width: 107px;
}

#listaNavegacao li {
 font-size: 11px;
 list-style: none;
 margin: 0;
 padding: 5px;
 border-top: 1px solid #CCCCCC;
}

#listaNavegacao li a { 
 width: 97px;
 display: block;
 text-decoration: none; 
 color: #333333;
}
#listaNavegacao li a:hover { 
 width: 97px;
 display: block;
 background-color: #fff;
 text-decoration: none; 
 color: #CC0000;
}

.imgRight {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  height: 37px;
}
p.endereco {
 font-size: 9px;	
 padding: 10px 0 0 10px;
 margin: 0;
}
#rodape td {
 text-align: center;
 font-size: 9px;
}

/* dados tabulares */
#table500 {
	width: 500px;
	padding: 0;
	margin: 00;
	border-left: 1px solid #C1DAD7;	
	border-top: 1px solid #C1DAD7;
}
#mytable {
	width: 618px;
	padding: 0;
	margin: 0 0 20px 0;
	border-left: 1px solid #C1DAD7;	
	clear: left;
}

#mytable caption {
	padding: 0 0 10px 0;
	width: 618px;	 
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #990000;
}

#mytable caption.descricao {
	padding: 0 0 10px 0;
	width: 618px;	 
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4f6b72;
}

#mytable th, #table500 th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../imgs/bg_header.jpg) no-repeat;
}

#mytable th.nobg, #table500 th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td, #table500 td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size: 11px;
}

#mytable td.alt, #table500 td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec, #table500 th.spec {
	border-left: 0;
	border-top: 0;
	background: #fff url(../imgs/bullet1.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specCor {
	border-left: 0;
	border-top: 0;
	background: #f4f4ed url(../imgs/bullet1.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}


#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../imgs/bullet2.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
#mytable tr.linhaCor td, #mytable .linhaCor, #table500 .linhaCor {
	background-color: #f4f4ed;
}
#mytable td.bordaBottom {
	border-bottom: 1px solid #C1DAD7;
}
#mytable td.bordaTop {
	border-top: 1px solid #C1DAD7;
}
.marcaTexto {
	background-color: #ffff00;
	padding: 2px;
}
