body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #2C2C2C;
  padding: 0px;
  margin: 0px;
}

a {
  color: #000; 
}

a:hover {

}

a img {
  border: none;
}

h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
    
.article {
  margin-top: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 185%;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
  color: #8DC351;
}

p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

p.text {
  font-weight: normal;
}

.summary p.text, .small-summary p.text {
  font-weight: normal;
}

.hidden {
  display: none;
}

td {
 font-size: 15px;
}

#inlineEditingOn {
  display: none;
}

#inlineEditingBar {
  display: none;
}

#headerTop {
  display:  none;
}

#headerBottom {
  display:  none;
}

#wrapper {
  margin: 0px;
  width: 100%;
  overflow: visible !important;
}

#main {
  background: #FFFFFF;
  width: 100%;
  margin: 0;
}

#content {

}

#navMain {
  display: none;
}

#tools {
  display: none;
}

#footer {
  width: 100%;
  clear: left;
}

#leftColumn {
  display: none;
}

#leftColumn {
  width: 100%;
}

#rightColumn {
  display: none;
}

.printMe {
  display: none;
}

/*#footer {
  display:  none;
  clear: left;
}*/

#idium {
  display:  none;
}