/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	background-color: #52A8E8;
}
#navigation td {
	border-bottom: 1px solid #768EBC;
	}
	
#navigation a {
	font: bold 11px/10px Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:1px;
	text-decoration: none;
	display:block;
	padding:5px 6px 8px 14px;
	background: url(images/menu.gif) no-repeat 3px 45%;
	text-indent: 6px;
	}
	
#navigation a:hover {
	background: #FFFAF0 url(images/menu.gif) no-repeat 3px 45%;
	color:#BB7100;
	text-indent: 10px;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}
.Estilo1 {color: #FFFFFF}
.Estilo2 {color: #FFFF00}
.Estilo3 {
	color: #CC7A00;
	font-size: 13px;
	font-weight: bold;
}
.Estilo4 {color: #0066CC}
