/**
 * Subclass
 * Usable wherever 
 */  
hr.separator {
  clear: both;
  visibility: hidden;
  padding-top: 5px;
}
div.pageListing {
  clear: both;
  margin-top: 20px;
} 
a.orangeLink {
  color: #fa8b2d; 
  text-decoration: none;
}
a.orangeLink:hover {
  color: #FCC806; 
  text-decoration: underline;
}
.center {
  text-align: center;
}
.input {
  width: 170px;
  border: 1px solid #64a0dc;
}
p#page404 {
  width: 510px;
  height: 40px;
  font-size: 150%;
  color: red;
  margin: 20px 0 20px 20px;
  overflow: auto;
}
.errorMessage {
  padding: 5px;
  color: #cc0001;
  background-color: #f1f1f1;
}
.infoMessage {
  padding: 5px;
  color: #3581cc;
  background-color: #f1f1f1;
}
div#middleBox .notice {
  font-style: italic;
  margin-bottom: 5px;
}

/**
 * Default tags
 */
a {
  text-decoration: underline;
  color: #2f88ba;
}
a:hover {
  text-decoration: none;
  color: #284049;
} 
a img {
  border: 0;
} 
p {
  line-height: 1.5em;
}
h1 {
  font-size: 130%;
  margin: 0;
  padding: 13px 13px 11px 13px;
  color: #2f88ba;
}
h2 {
  font-size: 120%;
  margin: 10px 0 10px 0;
}
h3 {
  font-size: 120%;
  color: #3689b6;
  margin: 10px 0 10px 0;
}
h3 span {
  position: absolute;
  left: 0; top: 0;
  display: block;
}
ul {
  margin: 10px 0 10px 30px;
  padding: 0;
}
ul li {
  list-style-type: square;
  line-height: 1.4em;
}
table {
  border-collapse: collapse;
  border: 1px solid #999;
}
table thead {
  font-weight: bold;
  background-color: #c5c5c5;
}
table tr td {
  border-collapse: collapse;
  border: 1px solid #999;
}
td {
  padding: 5px;
}
form {
  margin: 0;
}