<!--
body {
	margin: 0px;
	background-color:#010101;
	
	scrollbar-arrow-color:#454131;
	scrollbar-3dlight-color:#454131;
	scrollbar-highlight-color:#454131;
	scrollbar-face-color:#E3D6A2;
	scrollbar-shadow-color:#454131;
	scrollbar-darkshadow-color:#454131;
	scrollbar-track-color:#454131;
}
.hidden {
  display: none;
}

img {
	border: 0px;
}

input, select, textarea, inputselectd {
	font-family : Arial;
	font-size : 12px;
	border-top : 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color : #000000;
	background-color : White;
	font-weight : none;
}

textarea {
	font-size : 12px;
	color : #000000;
}

input:focus, select:focus, textarea:focus {
	background: #EFF5F8;
	color: #000; 
}

a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:underline;
	font-weight:bold;
}

table, td, b, div, p {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #F1F1F1;
}

.titulo {
	font-size:20px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.tabela {
	filter: alpha(opacity='70');
	background-color : #000000;
	-moz-opacity:.70;
	opacity:.70;
}

#tabela {
	width:647px;
	height:378px;
}