@charset "iso-8859-1";
* { margin: 0; padding: 0; /* Padronizando nos navegadores */ }
html{
width:100%;
height:100%;
overflow-y:auto;
overflow-x:hidden;
}

body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #fff500;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}