/* CSS Mirador Ma */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-image: url(../img/background.jpg);
	background-repeat:no-repeat; */
		SCROLLBAR-FACE-COLOR: #FFCC00;
		SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
		SCROLLBAR-SHADOW-COLOR: #FF0000;
		SCROLLBAR-3DLIGHT-COLOR: #FF9900;
		SCROLLBAR-ARROW-COLOR: #FF0000;
		SCROLLBAR-TRACK-COLOR: #FFFFFF;
		SCROLLBAR-DARKSHADOW-COLOR: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Cor dos Links do topo */
.LinkStyle1 {
color:#FFFFFF;
font-family:"MS Sans Serif", "MS Reference Sans Serif", Arial;
}
.LinkStyle2 {
color:#FF9900;
font-family:"MS Sans Serif", "MS Reference Sans Serif", Arial;
}
-->