body {
	scrollbar-3dlight-color:#FFA500;
	scrollbar-arrow-color:#FFFFFF;
        scrollbar-track-color:#FFDEAD;
        scrollbar-darkshadow-color:#FFA500;
        scrollbar-face-color:#FFA500;
        scrollbar-highlight-color:#800000;
        scrollbar-shadow-color:#800000;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.letrasPequenas {font-size: 10px}

.titulos {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.subTitulos {
	color: #990000;
	font-weight: bold;	
}

#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}