 html{
	background-color:#EAF0E3;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	margin:0px;
}

.tblPrincipal{
	background-color:#FFFFFF;
	border:1px solid #BEC794;
	width:600px;
}

.rodape{
	background: #FFF url(../img/fundo_bottom.jpg) repeat-x;
	color:#FFFFFF;
	padding:5px 5px 5px 20px;
}
.rodape h2{
	font-size:15px;
	margin:0px
}

.tdMenu{
	background-color:#D5E1C8;
	border-right:1px solid #BEC794;
	padding-left:20px;
	width:200px;
	vertical-align:top;
}

.menu td{
	background:url(../img/divisa_fundo_menu.gif) repeat-x bottom left;
	height:22px;
	padding-bottom:3px;
	width:200px;
}


.menu td a:link, .menu td a:visited
{
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

.menu td a:hover, .menu td a:active
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.divisoriaTopo{
	background:url(../img/divisoria.jpg) repeat-x;
	height:25px;
}

.divisoria{
	background:url(../img/divisa_pontos.jpg) repeat-x;
	height:15px;
}


.box{
	width:200px;
	border:1px solid #BEC794; 
}

.titulo{
	font-weight:bold;
	font-size:24px;
	color:#384B21;
	padding-bottom:10px;
	padding-top:10px;
}

/*subtitulo*/
h3{
	color:#384B21;
	font-size:14px;
	margin:5px;
	padding: 5px 0px 2px 0px;
	border-bottom:2px solid #B6BF86;
}
h5.nav{
	color:#384B21;
	font-size:12px;
	display:inline;
}

p.conteudo {
	padding:5px;
}

a:link, a:visited{
	color:#FF3300;
	font-size:12px;
	text-decoration:none;
}

a:hover, a:active{
	color:#BF2600;
	font-size:12px;
	text-decoration:underline;
}

.topoBox{
	background:url(../img/topo_box.jpg) repeat-x;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
}

input, select, textarea{
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.destaque
{
	background-color:#D5E1C8;
	border:1px solid #BEC794;
	padding:5px;
}

.fundotit {
	background-color: #f1f1f1;
	vertical-align: top;
	text-align: right;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#cotacao table{
	font-family:Arial, Helvetica, sans-serif;
	width:195px;
	padding:5px;
}

table.quadroImg {
border-collapse:separate;
padding:10px;
width:100%;
}

.quadroImg td{
width:25%;
vertical-align:top;
padding-bottom:5px;
}