body {
	margin:0;
	padding:0;
	background-color: #510101;
	background-image: url(../images/base-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #D1F0F0; 
	SCROLLBAR-BASE-COLOR: #004F4F
}
#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BD6A33;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 2px 35%;
	}
	
#navigation a {
	color: #FFD3A4;
	line-height:22px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-indent: 12px;
	background-repeat: no-repeat;
	background-position: 4px 40%;
	}
	
#navigation a:hover {
	color:#510101;
	background-color: #F3D9A7;
	background-repeat: no-repeat;
	background-position: 8px 45%;
	font-family: "Courier New", Courier, monospace;
	text-indent: 22px;
	background-image: url(../images/menu-1.gif);
	}
body,td,th {
	color: #F5E8DC;
}
.Estilo1 {color: #E6B800}