/**************************
**   TAGS HTML E BODY   ***
**************************/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #3d3938;
	background: #ffffff;
	overflow: hidden;
	cursor: default;
	margin: 0;
	border: 0;
	height: 100%;
}
#fullheight { width: 100%; height: 100%; }

