* {
  font-size: 12px;
  font-family: Arial;
  color: #686868;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

/* Css dos elementos */
#required {
  font-size: 8pt;
  font-weight: bold;
  color: rgb(255, 0, 0);
}

#dicas {
  font: 12px Arial;
  color: #000000
}

#butimg-submit {
  font: 12px Arial;
}

#butimg-gmap {
  font: 12px Arial;
}

.butimg-verde {
  color: #FFFFFF;
  background-color:#009900;
}

#linha {
  border-bottom: 1px solid #999999;
}

#linha_top {
  border-top: 1px solid #999999;
}

img {
  border: none;
}

a:visited { 
  color: #0000CC;
  text-decoration: underline;
}

a:link {
  color: #0000CC;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.arial14 {
  font: 14px Arial;
  font-weight: bold;
}

.arial15_orange {
  font: 15px  Arial;
  color: #006400;
  font-weight: bold;
}

.arial16_verde {
  font: 20px  Arial;
  color: #006400;
  font-weight: bold;
}

input  {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  font: 12px Arial;
  padding: 1;
  height: 20;
}

textarea  {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  font: 12px Arial;
  padding: 1;
}

.checked {
  border: 0px;
}

/* Css do layout */
#header {
  width: 100%x;
  background: #E9E9E9;
}

#header-menu {
  width: 960px;
  height: 20px;
  z-index: 9999;
  background: #E9E9E9;
  margin-bottom: 2px
}

#header-bar {
  width: 100%x;
  height: 80px;
  background-color: #FFFFFF;
  z-index: 1;
}

#header-logo {
  padding-top: 2px;
  width: 960px;
  border-bottom: 1px solid #999999;
  
}

#logo {
  width: 120px;
  text-align: right;
}

#main-content {
  margin-top: 10px;
  width: 960px;
}

#resultado {
  height: 186px;
  padding-left: 135px;
  padding-top: 50px;
  font: 14px Arial;
  color: #000000;
}

#footer {
  width: 960px;
  height: 20px;
  padding-top: 2px;
}

#footer-left {
  float: left;
  width: 360px;
  text-align: left;
}

#footer-bookmark_share {
  float: left;
  width: 150px;
  text-align: right;
}

#footer-addthis {
  float: left;
  width: 240px;
  text-align: left;
}

#footer-right {
  float: left;
  width: 210px;
  text-align: left;
}