html, body {  
  text-align: center;
}

p {  
  text-align: left;
}

body {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  background-color: #679159;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  text-align: left;  
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
  font-size: 13px;  
  color: #f1f5f8;
}

* {  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  text-align: left;
}

#page {  
  margin-top: 25px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  display: block;  
  height: auto;  
  position: relative;  
  overflow: hidden;  
  background-color: #679159;  
  background-image: url("background.png");  
  background-repeat: repeat-y;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  width: 738px;
}

#header {  
  background-image: url("header.png");  
  background-repeat: no-repeat;  
  height: 111px;  
  width: 738px;
}

#headerTitle {  
  position: relative;  
  left: 30px;  
  top: 30px;  
  color: #283823;  
  text-align: left;  
  font-size: 34px;  
  font-weight: bold;  
  font-family: Arial, Helvetica, sans-serif;
}

#headerSubText {  
  position: relative;  
  left: 33px;  
  top: 30px;  
  color: #679159;  
  text-align: left;  
  font-size: 16px;  
  font-weight: bold;  
  font-family: Arial, Helvetica, sans-serif;
}

#bar {  
  background-image: url("bar.png");  
  background-repeat: no-repeat;  
  height: 55px;  
  width: 750px;  
  line-height: 55px;  
  padding-left: 20px;  
  padding-right: 20px;
}

#bar a {  
  font-size: 13px;  
  font-weight: bold;  
  color: #fbfdfb;  
  margin-left: 28px;  
  margin-right: 28px;
}

#bar a:hover {  
  color: #c7e0c2;
}

.contentTitle {  
  width: 676px;  
  height: 37px;  
  margin-top: 20px;  
  margin-left: 25px;  
  margin-right: 25px;  
  background-image: url("tab_back.png");  
  background-repeat: no-repeat;
}

.contentTitle h1 {  
  margin-left: 21px;  
  padding-top: 8px;  
  font-size: 17px;  
  font-weight: bold;  
  color: #071027;
}

.comments {  
  font-size: 11px;  
  font-style: italic;
}

.contentText {  
  width: 680px;  
  padding-left: 30px;  
  padding-right: 30px;  
  font-size: 13px;  
  color: #030712;  
  line-height: 30px;
}

a {  
  text-decoration: none;  
  color: #152413;
}

a:hover {  
  color: #597a41;
}

#footer {  
  width: 738px;  
  height: 53px;  
  background-color: transparent;  
  background-image: url("footer.png");  
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  text-align: center;  
  font-size: 9px;  
  color: #152413;  
  padding-top: 38px;
}

#azul {  
  color: #3366ff;
}

#azul1 {  
  color: #3366ff;
}

