body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #999999;
	background: transparent;
}

#tabela {
	position: relative;
	background: url(fundo_ptb2.gif) no-repeat;
	width: 283px;
	height: 222px;
}

/* botao graficos */
#graficos {
	position: absolute;
	width: 84px;
	height: 22px;
	left: 7px;
	top: 0;
}
#graficos a b {
	visibility: hidden;
}
#graficos a {
	display: block;
	height: 22px;
	background: url(bt_graficos_ptb_0.gif) no-repeat;
	text-decoration: none;
}
#graficos a:hover {
	background: url(bt_graficos_ptb_1.gif) no-repeat;
}

/* botao graficos interativos */
#grafint {
	position: absolute;
	width: 143px;
	height: 22px;
	left: 72px;
	top: 0;
	z-index: 1;
}
#grafint a b {
	visibility: hidden;
}
#grafint a {
	height: 22px;
	display: block;
	background: url(bt_grafint_ptb_0.gif) no-repeat;
	text-decoration: none;
}
#grafint a:hover {
	background: url(bt_grafint_ptb_1.gif) no-repeat;
}


/* data e hora */
#data {
	position: absolute;
	width: 83px;
	left: 190px;
	top: 45px;
	text-align: right;
}

/* rodape */
#rodape {
	position: absolute;
	width: 280px;
	left: 0px;
	top: 216px;
	font-size: 10px;
}
#rodape .delay {
	margin: 0 150px 0 5px;
}
#rodape .apligraf {
	width: 88px;
	float: right;
	text-align: right;
}


/* cotacoes */
#cotacoes {
	position: absolute;
	width: 281px;
	top: 78px;
	left: 1px;
}
#cotacoes .linha {
	padding: 5px 0 5px 0;
}
#cotacoes .branca {
	background-color: #FFFFFF;
}
#cotacoes .cinza {
	background-color: #E2E2E2;
}
#cotacoes .titulo {
	margin: 0 150px 0 13px;
}
#cotacoes .valor {
	background: url(traco.gif) left no-repeat;
	width: 88px;
	padding-left: 20px;
	float: right;
}

