body {
 font-family:       verdana, arial, halvetica, sans-serif;
 margin:            0px;
 padding:           0px;
 font-size:         11px;
 color:             #009bd1;
 background:        #000000;
}

td {
 font-family:       verdana, arial, halvetica, sans-serif;
 font-size:         11px;
}

hr {
 border:            #009bd1 1px;
 border-style:      dashed none none none;
}

input {
 color:	       	    #009bd1;
 background-color:  #000000;
 border:            #00bbff 1px solid;
}

.side {
    border:       #009bd1 1px;
    border-style: none none solid solid;
}


.redtext   { color: #ff8888; }
.greentext { color: #00ff00; }
.greytext  { color: #aaaaaa; }
.bluebg    { background: #003650; }

.nobord    { border-style: none; background-image: none }
.bord      { border: #006699 1px solid }
.dashbord  { border: #006699 1px dashed }
.hrbord    { border: #006699 1px; border-style: solid none solid none }
.unavail   { text-decoration: line-through }

a:link     { color: #006699; text-decoration: none }
a:visited  { color: #006699; text-decoration: none }
a:hover    { color: #0099dd; text-decoration: none }
