
* {
  margin:0px;
  padding:0px;
  border:0;
}

body {
  background-color: #CCCCCC;
  line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a {
  color:#999999;
  line-height:100%;
  text-decoration:none;
}

a:hover {
  color:#0F76A8;
}

button {
  margin:5px 0;
  padding:3px;
  border:1px solid #999999;
  cursor:pointer;
  background-color:#D7D7D7;
  color:#333333;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

button:hover {
  border:1px solid #333333;
  background-color:#666666;
  color:#FFFFFF;
}

h1 {
  color:#0F76A8;
  font-size:35px;
}

textarea {
  padding:5px;
  width:400px;
  height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
  padding:3px 0 5px 0;
  cursor:pointer;
}

.centra {
  margin:0 auto;
  width:980px;
  background-color:#FFFFFF;
	border-top:3px solid #333333;
	border-bottom:3px solid #333333;
	margin-bottom:20px;
}

.caixas {
  border:1px solid #999999;
}
  
.topo {
  width:980px;
  border-bottom:1px solid #D7D7D7;
}

.left {
  float:left;
}

.right {
  float:right;
}

.clear {
  clear:both;
}

.conteudo {
  min-height:300px;
}

.banner {
  width:728px;
  height:90px;
}
