img { border: none; }
.clear { clear: both; }


body {
  background-color: #fff;
  font: normal 13px/15px Arial, Helvetica, sans-serif;
  color: #666;
}
a { color: #b25d3b; text-decoration: none; }
a:hover { text-decoration: underline; }

ul.inline li { display: inline; }

#HeaderContainer h1, #HeaderContainer h2 { display: none; }

#ContentContainer h2, #ContentContainer h3, #ContentContainer h4, #ContentContainer p, #ContentContainer ul { margin: 0; }
#ContentContainer h2, #ContentContainer p, #ContentContainer ul { margin-bottom: 15px; }
#ContentContainer h3 { margin-bottom: 5px; }
#ContentContainer h1 { font-size: 22px; line-height: 24px; }
#ContentContainer h2 { font-size: 15px; line-height: 18px; }
#ContentContainer h3, #ContentContainer h4 { font-size: 13px; line-height: 15px; }
#ContentContainer ul { padding: 0; padding-left: 40px; }

#FooterContainer { text-align: center; }
#FooterContainer ul { margin: 10px 0 10px -50px; }
#FooterContainer ul li { border-left: 1px solid; padding: 0 5px; }
#FooterContainer ul li.first { border-left: none; }


