/* CSS Document */

BODY{
scrollbar-3d-light-color:#666666;
scrollbar-arrow-color:#999999;
scrollbar-base-color:#333333;
scrollbar-dark-shadow-color:#666666;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#999999;
scrollbar-shadow-color:#333333;}

A:text { color: #CCCCCC; font: "Century Gothic"; text-decoration: none; }
A:link {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
A:visited {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
A:hover  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
}


tr#menu {
	margin: 0;
	padding:0;
	list-style-type: none;
	background-color: #000;
	width:200px;

}

tr#menu td {
border-bottom:0px solid #666; /* coloca uma borda cinza entre links */ 
}


tr#menu td a:link {
text-decoration: none; /* retira o sublinhado dos links */ 
font-family: "Trebuchet MS"; /* define o tipo de fonte */ 
color:#999; /* define a cor da fonte */ 
}

tr#menu td a:hover {
background-color: #666666; /* cor do fundo */
color: #FFFFFF; /* cor da fonte */
display:block;
}

.tabela {
	text-align: justify;
	vertical-align: baseline;
	margin: 1px;
	padding: 2px;
	border: 1px solid #000000;
	font-family: "Trebuchet MS";
}
