body,
html {
	margin: 0 0 0px 0;
	padding: 0;
	SCROLLBAR-FACE-COLOR: #e0dfe3;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0dfe3;
	SCROLLBAR-SHADOW-COLOR:#e0dfe3;
	SCROLLBAR-3DLIGHT-COLOR: #7c7e87;
	SCROLLBAR-ARROW-COLOR:#c30000;
	SCROLLBAR-TRACK-COLOR: #e0dfe3;
	SCROLLBAR-DARKSHADOW-COLOR: #9a9ca6;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
}

.logo {
	background-image: url(../img/splash_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.Form {
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #4c4c4e;
	border: 1px solid #000000;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 140px; 
}

.Button {
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #4c4c4e;
	border: 1px solid #58595B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.TextCadastro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

