body {
 margin: 0px 0px 0px 0px;
 background-color: #ffffff;
 font-size: 10pt;
 color: #000000;
 font-family: "verdana", "arial", "helvetica", sans-serif;
 scrollbar-face-color: #f0e68c;
 scrollbar-highlight-color: #ff8000;
 scrollbar-shadow-color: #ff8000;
 scrollbar-3dlight-color: #ff0000;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #ffffff;
 scrollbar-darkshadow-color: #f0e68c; 
}

body.newwindow {
 margin: 0px 5px 5px 5px;
 background-color: #ffffff;
 font-size: 10pt;
 color: #000000;
 font-family: "verdana", "arial", "helvetica", sans-serif;
 scrollbar-face-color: #f0e68c;
 scrollbar-highlight-color: #ff8000;
 scrollbar-shadow-color: #ff8000;
 scrollbar-3dlight-color: #ff0000;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #ffffff;
 scrollbar-darkshadow-color: #f0e68c;
}

.nav {
 background-color: #f0e68c; 
 border-color: #f0e68c;
}

.print_only {
 display: none;
}

@media print {
 .print {display:none;}
 .nav {display:none;}
 .page_break {page-break-after:always;}
 .print_only {display: block;}
 a:link {color: #000 !important; font-weight:normal; text-decoration:none;}
 a:visited {color: #000 !important; font-weight:normal; text-decoration:none;}
 .define {border-bottom: 0; text-decoration:none;}
 input,textarea, select {border-color: #000 !important;}
}

.upcoming {
 float: right;
 text-align: left;
 border: solid 1px #f0e68c;
 border-radius: 7px;
 padding: 3px;
 margin-left: 5px;
}

a:link {
 text-decoration: none;
 font-weight: bold;
 color: #0000ff; 
}

a:visited {
 text-decoration: none;
 font-weight: bold;
 color: #ff8000; 
}

a:active {
 text-decoration: none;
 color: #ff0000; 
}

a:hover {
 text-decoration: underline;
 color: #ff0000; 
}

a.external:hover {
 text-decoration: underline;
 color: #004000; 
}

a.name:hover {
 text-decoration: none;
 color: #000000;
}

h1 {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 font-size: 24pt;
 font-weight: bold;
 text-align: center;
 color: #000000; 
}

h2 {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 font-size: 18pt;
 font-weight: bold;
 text-align: center;
 color: #000000;
 border-radius: 5px;
}

h3 {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 font-size: 14pt;
 font-weight: bold;
 color: #000000;
}

h4 {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000000; 
}

strong {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 font-weight: bold;
 color: red; 
 font-style: italic;
}

ol.lalpha {
 list-style-type: lower-alpha
}

li {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 font-size: 10pt;
 color: #000000; 
}

big {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000000; 
}

dt {
 font-weight: bold;
}

div {
  text-align: center;
}

td {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 font-size: 10pt;
 color: #000000; 
}

th {
 font-family: "verdana", "arial", "helvetica", sans-serif;
 background-color: #f0e68c;
 font-size: 10pt;
 color: #000000; 
}

sup {
 font-size: 7pt;
}

.khaki {
 background-color: #f0e68c; 
 border-color: #f0e68c;
}

.yellow {
 background-color: #ffff00;
}

.sidebar {
 background-color: #f0e68c;
/* border: 5px outset; */
 border: 2px;
 border-radius: 5px;
 border-color: #ff8000;
 float: right;
 width: 150px;
 padding: 3px;
}

div.logo_background {
 text-align: center;
 background-image: url(images/logo53f.gif);
 background-repeat: no-repeat;
 background-position: center top;
}

.help {
 cursor: help;
}

.define {
 border-bottom: 1px dashed gray;
 cursor: help;
}

.code {
 background-color: #ffffcc;
 border: 1px solid gray;
 line-height: 1.5;
 font-family: "courier new", "courier", mono-space;
 padding: 2px;
 text-align: left;
}

img { 
 border: 0; 
}

.indent {
 margin-left: 20px;
 text-align: left;
}

.button {
 background-color: #f0e68c;
 border: 2px outset;
 border-radius: 5px;
 border-color: #ff8000;
 cursor: pointer;
}

input, textarea, select {
 border: 1px inset;
 border-radius: 5px;
 border-color: #ff8000;
}
