/* Body, DIV tag and Table controls */
body, body div, body table {
background-color:#000000;
color:white;
font-family:Verdana, Arial, Helvetica;
font-size:15px;
}

/* anchor tag color control */
a {
color:white;
}
a:link {
color:#00ccff;
}
a:visited {
color:#99FF00;
}
a:hover {
color:red;
}

/* HR tag */
hr {
border:0;
color: #CCCCFF;
background-color: #CCCCcc;
height: 2px;
}

/* Colored bar at top of page below header */
.TDHR1 {
background-color:#222222;
}

/* menu bar */
.TDHR2 {
background-color:#CCCCcc;
}

/* 	These may not be used
.TDcolor {
background-color:#ffffff;
}
.TDcolor1 {
background-color:#333333;
}
.TDcolor2 {
background-color:#333333;
}
.FontSmaller {
font-family:Verdana, Arial, Helvetica;
font-size:10px;
color:white;
}
.FontHeaderLarge {
font-size:32px;
}
.FontHeaderSmaller {
font-size:18px;
}
.FontHighlight {
font-size:10px;
color:red;
}
*/
