a:link {
	text-decoration: none;
	color: #333333;
}
.style1 {
	font-size: 10px
}

a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: ##CCFFFF;
}

h1 {
	font-size: 18px;
}

img {
  border: none;
}

.message {
	width: 580px;
	padding-top: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.fundo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 600px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.fundoLogo {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.contentor {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 1%;
	position: absolute;
	bottom: 0px;
	height: auto;
	background-color:#FFFFFF;
}
