body { background-color: #efefef; }
body, td, div, .footer { font-family: arial, helvetica, sans-serif;  }
td { background-color: white }
table#main { border-color: black; border-style: double; }

.indent { text-indent: 2em }
.small, .small td, #footer { font-size: .8em }

a:link { color: #00C }
a:visited { color: #03F }
a:link, a:visited { text-decoration: none }
a:hover { text-decoration: underline }
a:active { text-decoration: none; background-color: darkblue; color: white }

#navbar, #footer { text-align: center; font-family: arial, helvetica, sans-serif }  /* stupid netscape 4 */

#navbar { font-weight: bold; font-size: .9em; padding: 2px; border-bottom: double black 3px }
/*#navbar a:hover { color: white;
                  background-color: darkblue;
                  text-decoration: none;
                  font-weight: bold }
*/
#footer {	text-align: center; color: gray; border-top: double black 3px }
#footer a:link { color: #404040; }
#footer a:visited { color: #505050; }
#footer a:active { color: white }


.title { font-size: 1.1em; 
       font-weight: bold }

.largetitle { font-size: 2em;
             font-weight: bold }

.sectiontitle { font-weight: 900; text-align: center; font-stretch: expanded; letter-spacing: .3em }
             
.error  { color: red;
          font-weight: bold } 