/* $Id: standard.css,v 1.6 2001/05/09 14:52:37 tknarr Exp tknarr $ */

/* Standard style sheet properties */
body { background-color: white;
       color: black;
       font-family: sans-serif;
       font-weight: normal }
a:hover { color: red }
a:active { color: red }
a:focus { color: red }
a:visited { color: purple }
a:link { color: blue }

img.linkbtn { margin-right: 5px;
              margin-bottom: 2px;
              float: left;
              vertical-align: top }
img.navleft { float: left }
img.navright { float: right } 
img.floatright { float: right;
                 vertical-align: top }
img.floatleft { float: left;
                vertical-align: top }

.centered { text-align: center }
.right { text-align: right }
.navband { text-align: center;
           vertical-align: top;
           float: none;
           clear: both }
.navcenter { text-align: center;
             vertical-align: top;
             float: none }
hr.navline { background-color: silver; border: none;
             height: 1px }

ul.barelist { list-style-type: square;
              margin: 0px }

table { background-color: white;
        border: inset thin gray;
        margin: 0px;
        padding: 0px }
table.noborders { border: none }

tbody { margin: 0px;
        padding: 0px }
tbody.noborders { border: none }

tr { margin: 0px;
     padding: 0px }
tr.noborders { border: none }
tr.heading { background-color: #99CCFF }

th { margin: 0px;
     padding: 5px;
     border: inset thin gray }
th.noborders { border: none;
               padding: 0px }
th.leftheading { text-align: left;
                 background-color: #99CCFF }

td { margin: 0px;
     padding: 5px;
     border: inset thin gray }
td.noborders { border: none;
               padding: 0px }
td.nowrap { white-space: nowrap }
td.nobordernowrap { border: none;
                    white-space: nowrap;
                    text-align: left }
