body     { background-color: #eee; }
body, td, input, select, textarea { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}
body, td { font-size: 75%; }
textarea { font-size: 100%; }

a { color: #4c5690; }
a:visited { color: #9aa0c7; } 
a:hover { color: #b5342a; }
ul { list-style-type: square; }

.mainheader { font-size: 150%; font-weight: bold }
.subheader { font-weight: bold; }
.whitesubheader { font-weight: bold; color: #fff; }
.extrasubheader { font-weight: bold; color: #900; }

.selected { color: #b5342a }
.selectedbold { color: #b5342a; font-weight: bold }
.smaller { font-size: 90%; }
.small   { font-size: 60%; }

.grayheader { background-color: #ddd; }
.blueheader { background-color: #4c5690; color: #fff; }
.redheader { background-color: #b5342a; color: #fff; }

.block        { border: #adadad 1px solid; padding: 5px; }
.block-center { text-align: center; border: #adadad 1px solid; padding: 5px; }

.age { color: #b5342a; font-weight: bold; }
.ofweb { color: #4c5690; font-weight: bold; }

.navone { color: #777; border: 1px #ccc solid; }

.calendarMonth      { font-size: 60%; background-color: #eee; text-align: center; color: #888; }
.calendarWeekDay    { font-size: 60%; background-color: #e5e5e5; font-weight: bold; text-align: center; }
.calendarDay        { font-size: 60%; background-color: #eee; text-align: center; color: #888; }
.calendarDayCurrent { font-size: 60%; background-color: #e5e5e5; text-align: center; }

.quote {
  margin-left: 20px;
  border-left: 1px dotted #999;
  padding-left: 10px;
}

#listing {
  border-bottom: 1px solid #e5e5e5;
}

#listing td {
  border-top: 1px solid #e5e5e5;
}
#listing #header {
  background-color: #e5e5e5; font-weight: bold;
}

div.textads { font-size: 12px; font-weight: bold; color: white; background-color: #a96c6c; width: 240px; margin-top: 150px; }
div.textad { font-size: 10px; width: 230px; margin: 5px; }
div.textad a { color: #2a3d9c; }
div.textad span.domain { color: #006600; }
