BODY {
 background-color: white;
 font-family: "Lucida Sans", "Arial", sans-serif;
 font-size: 12px;
 line-height: 1.5em;
 color: #333;
 margin: 0px;
 padding: 0px;
}

H1 {
 font-weight: normal;
 color: #666;
}
H2 {
 font-weight: normal;
 color: #666;
}
H3 {
 font-weight: normal;
 color: #666;
}
H4 {
 font-weight: normal;
 color: #666;
}

A { text-decoration: underline; color: black; }
A:hover { text-decoration: none; color: #99f; }

#content {
 margin-left: 20px;
 margin-top: 50px;
 margin-right: 15%;
 border-left: 1px solid #666;
 padding-left: 20px;
}

TABLE#out {
 width: 100%;
 margin: 0px;
 padding: 0px;
}

DIV#logo {
 vertical-align: top;
 text-align: left;
 margin: 0px;
 padding: 0px;
 display: block;
}

DIV#navbar {
 background-color: #ccf;
 font-weight: normal;
 letter-spacing: 2px;
 display: block;
 width: 100%;
 padding-left: 7px;
 paddinf-right: 7px;
}

DIV#navbarabs {
 background-color: #c0c0c0;
 font-weight: normal;
 letter-spacing: 2px;
 display: block;
 width: 100%;
 padding-left: 7px;
 paddinf-right: 7px;
}

DIV#links {
 margin-left: 5px;
 margin-top: 10px;
}

DIV.linkbox {
 border-bottom: dotted 1px #666;
 margin-bottom: 10px;
}

DIV.linktitle {
 font-weight: bold;
}

TD#text {
 vertical-align: top;
 text-align: justify;
}

TD#links {
 text-align: left;
 vertical-align: top;
}

.tiny {
 font-size: 9px;
 line-height: 1em;
}

.hi {
 font-weight: bold;
 background-color: #eee;
}

