body {
	background-color: #666666;
	background-image: url(imgs/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
table, td, tr, th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a:link, a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #999999;
	text-decoration: underline;
}
.conteudo{
	background-image: url(imgs/cont_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 5px;	
}
.menu{
	background-image: url(imgs/menu_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 14px;
	padding-right: 6px;
	vertical-align: text-top;
}
.geral{
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: text-top;
}
.geral TD{
	padding-right: 15px;
	vertical-align: text-top;
}
.cotacoes TD{
	border: solid 1px #999999;
	color: #999999;
	font-size: 9px;
	padding: 5px;
	font-weight: normal;
	text-align: left;	
}
.linha_azul{
	border-bottom: solid 1px #4FB9DC;
	width: 100%;
}
.linha_cinza{
	border-bottom: solid 1px #999999;
	width: 100%;
}
.eventos_index TD{
	padding-left: 10px;
	padding-right: 20px;
	border-right: solid 1px #CCCCCC;
	text-align:center;
}
.eventos_index TH{
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	font-weight: normal;
}
.noticias TD{
	color: #999999;
	padding-top: 7px;
	padding-bottom: 7px;
}
.noticias TH{
	background-color: #E8E8E8;
	font-size: 8px;
	color: #999999;
	padding: 2px;
	text-align: right;
	font-weight: normal;
}
.rodape{
	background-image: url(imgs/rodape_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 778px;
	height: 110px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
}
.ends TH{
	border-top: solid 1px #CCCCCC;
}
.ends TD{
	font-size: 9px;
	border-right: solid 1px #CCCCCC;
	vertical-align: text-top;
	padding-left: 10px;
}
input{
	border: solid 1px #999999;
	background-color: #ffffff;
	color: #28476E;
	font-size: 10px;
}
textarea{
	border: solid 1px #999999;
	background-color: #ffffff;
	color: #28476E;
	font-size: 11px;
}
.confirmacao {
	color: #009966;
	font-weight: bold;
}
.itens{
	background-color:#E5EDF0; 
	padding:5px 0px 5px 5px;
}
.texto_icones{
	font-size: 9px;
}