/* Default stylesheet */
div#expired {
  margin: 1ex 1em;
  font-size: 110%
}
div#expired #warning {
  color: red;
  font-weight: bold
}
div#expired #date {
  font-weight: bold
}
body {
  background-color: white;
  font-family: arial, verdana, sans-serif;
  border: 0;
  margin: 0;
  padding: 0
}
h1 {
  font-size: 150%;
  font-weight: bold;
  color: #56008c
}
h2 {
  font-size: 130%;
  font-weight: bold;
  color: #FF7D00
}
h3 {
  font-size: 110%;
  font-weight: bold;
  color: #56008C
}
h4 {
  font-size: 100%;
  font-weight: bold;
  color: #990000
}
h5 {
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
  color: #990000
}
h6 {
  font-size: 100%;
  font-weight: normal;
  color: #990000
}
a {
  color: #3fb000;
  font-weight: bold;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
img {
  border: 0
}
div.footer {
  margin-top: 6ex;
  padding-left: 1em;
  padding-bottom: 2ex;
  clear: both;
  vertical-align: bottom
}
div.footer span {
  display: none
}
div.footer img {
  vertical-align: bottom
}
div.footer div.icons {
  text-align: right;
  vertical-align: bottom
}
div.info {
  float: right;
  text-align: right;
  padding-top: 2ex;
  padding-right: 1em;
  font-size: 80%
}
form {
  margin: 0;
  padding: 0
}
.poll {
  float: right;
  width: 14em;
  font-size: 90%;
  border: 1px #990000 solid
}
.poll h2 {
  background: #990000;
  color: white;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  padding: 1ex 1em 1ex 1em;
  margin-bottom: 0
}
.poll p {
  margin: 1ex 1em 1ex 1em;
  padding-top: 0
}
