html, body {
	height:100% !important;
	height:100%;
	width:100% !important;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	background:#fafafa /*url(images/bck_pagina.jpg) 50%*/;
	
	overflow-x:hidden;
	overflow-y:hidden;

	scrollbar-arrow-color: #E6E0BE;
	scrollbar-track-color: #320019;

	scrollbar-3dlight-color: #7E0033;
	scrollbar-highlight-color: #64002C;

	scrollbar-face-color: #750033;

	scrollbar-shadow-color: #3D001B;
	scrollbar-darkshadow-color: #6D002F;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height:15px;
}

a{
	color:#999999;
	text-decoration:none;
}

