* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, #geral {
	color: #fff;
}

html, body {
	width: 100%;
	height: 100%
}

body {
	margin : 0;
	font-size : 10px;
	font-family : Verdana, Tahoma, Arial;

}

/* Divs principais */

#table {
	width: 100%;
	height: 100%;
	position: static;
	display: table;
	*overflow: hidden; /* hack para o IE6 e IE7 */
	*position: relative; /* hack para o IE6 e IE7 */
}


/* Formatação dos links */

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: #666;	
}

a:active {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #999;
}