html, body {
	background-color: #FFFFFF;	
	margin:0px;
	padding:0px;
	border:0px;
	background-position:center;
	height:100%;
}
#principal {
	height:100%;
	width:100%;
    margin:0 auto;
}

#splash {
	height:100%;
	width:100%;
    margin:0 auto;
}

.textocomum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.textomini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

