body {

  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
  color:#7b7c7e;
  font-family:Arial, Helvetica, sans-serif;
}

a {
  color: #55ac35;
  text-decoration: underline;
}

a:hover {
  /*text-decoration: underline;*/
}
ul{
margin-top: 0px; margin-bottom: 0px; margin-left: 1.2em;

}

h1 {
	font-family:Verdana, Geneva, sans-serif;
  font-size:18px;
  font-weight: bold;
 padding-top: 10px;
  text-align: left;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
 /* border: 1px solid #666;*/
  overflow: hidden;
  /*padding: 10px 0;*/
  text-align: left;
  margin-bottom: 0px;

}

.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_12 {
  /*background-image: url(../img/12_col.gif);*/
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}