body { font-family: helvetica,arial,sans-serif; background-color: white; /*#FCF8EC*/ }

h1,h2,h3 { margin: 0; padding: 0 }
h1 { font-size: 100% }
h2 { font-size: 90% }
h3 { font-size: 80% }

td { font-size: 80%; vertical-align: top; line-height: 130%; }
td.title { font-size: 90%; font-weight: bold }
td.header { font-size: 70% }
td.label { text-align: right; font-weight: bold; white-space: nowrap; padding-right: 1em; }
td.label small { font-weight: normal; }
td.input { padding-top: 8px; }
td.n { white-space: nowrap; }
td.b { font-weight: bold; }
td.c { text-align: center; }
td.r { text-align: right; }

a { text-decoration: underline }
a:hover { text-decoration: none }

.abc { margin-bottom: 20px; }
.paginate { margin-top: 20px; }

#menu { width: 100%; height: 15px; margin: 20px 0; }
#menu ul { list-style: none; margin: 0; padding: 0; } 
#menu ul li { display: inline; border-left: 2px solid white }
#menu li a {
    margin: 0; padding: 4px 12px 4px 12px;
    text-decoration: none;
    color: dimgray;
}
#menu li a:hover { color: #FFFEF2; background-color: dimgray }

hr { height: 1px; color: #cccccc; background-color: #cccccc; border: 0; }
