/* CSS Document */
body {
	background-color: #FEDD00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family:'Lucida Sans Unicode';
	color:#999999;
	font-size:10px;
	line-height: 11px;
}
a:link { text-decoration: none; color:#999999;}
a:visited { color:#999999; text-decoration: none; }
a:hover { text-decoration: underline; }
img{border:0px;}
.bold { font-weight: bold; }
.amareloc { color: #cc9900; }
.ttproduto { color: #005dd1; font-size: 16px; font-weight: bold; letter-spacing: -1px; line-height: normal; }
.ttprodutocall { color: #005dd1; font-size: 14px; font-weight: bold; letter-spacing: -1px; line-height: normal; }
.subttproduto { font-size: 12px; font-weight: bold; letter-spacing: -1px; line-height: 14px; }

/* TOOLTIPS */

.tooltip {
font-weight:normal;
color:#CF9919 !important;
text-decoration:none;
}
#tooltip{
font-family:"Trebuchet MS", Verdana, sans-serif;
position:absolute;
z-index:9999999999999;
margin:7px 0 0 7px;
padding:9px 15px 10px 10px;
width:250px;
border:1px solid #FFFFFF;
background-color:#005ed6;
font-size:11px;
line-height:13px !important;
font-weight:normal;
color:#fff;
}
#tooltip b{
display:block;
margin:0 0 3px 0;
color:#fff !important;
}
#tooltip em{
display:block;
font-style:normal;
letter-spacing:.02em;
}