/* basic size settings */
body { font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; }
html, table { font-size: 100%; /* IE hack */ }
input, select, textarea { font-size: 0.9em; font-family: Arial,Helvetica, sans-serif; color:#666666; }

/* other element settings */
a.plain { text-decoration:none; font-family: Arial, Helvetica, sans-serif; }
a:hover { text-decoration:underline; color:orange; }
a.linkWhite:hover { color:white; }
hr { color: #666666; }
pre { background: #E0E0E0; font-family: Courier New, Monospace; }

/* classes */
.borderBottomDark { border-bottom: 1px solid navy; }
.borderRightDark { border-right: 1px solid navy; }
.borderAllLight { border: 1px solid #C0C0C0; }
.borderBottomLight { border-bottom: 1px solid #C0C0C0; }
.borderLeftLight { border-left: 1px solid #C0C0C0; }
.borderRightLight { border-right: 1px solid #C0C0C0; }
.borderTopLight { border-top: 1px solid #C0C0C0; }
.code { font-family: Courier New, Monospace; color: #666666; background: #E0E0E0; }
.header { font-size: 120%; }
.linkWhite { color: white; }
.main { color: #666666; }
.mainbig { color: #666666; font-size: 120%; }
.mainsmall { color: #666666; font-size: 80%; }
.menuitem { height: 25px; }
.shaded { color: white; background: steelblue; }
