/* BLACK BODY COPY FONT 10pt */
.normbod {font-family: sans-serif, Arial, Futura; color: #000000; font-size: .8em; font-weight: normal; line-height: 1.5em;}
.italbod {font-family: sans-serif, Arial, Futura; color: #000000; font-size: .8em; font-weight: normal; font-style: italic; line-height: 1.5em;}
.boldbod {font-family: sans-serif, Arial, Futura; color: #000000; font-size: .9em; font-weight: bold; line-height: 1.5em;}

.theweetext {font-family: sans-serif, Arial, Futura; color: #000000; font-size: .7em}

.redbod {font-family: sans-serif, Arial, Futura; color: #ff0000; font-size: .8em; font-style: normal; line-height: 1.5em;}

/* TEXT MENUS/NAVIGATION CURRENT COLOR IS BLACK 8pt. IT WILL ONLY AFFECT NON LINKABLE TEXT */
.menu {font-family: sans-serif, Arial, Futura; color: #000000; font-size: .9em}

/* THIS NEXT STYLE REMOVES UNDERLINES FROM TEXT LINKS */
/* THIS NEXT STYLE REMOVES DEFAULT UNDERLINES FROM TEXT LINKS AND COLORS LINKS WHITE - MOUSE HOVER UNDERLINES LINK */
a:link {text-decoration:none; font-family: sans-serif, Arial, Futura; line-height: 1.5em; color: #336699; font-size: .8em;}
a:visited {text-decoration:none; font-family: sans-serif, Arial, Futura; line-height: 1.5em; color: #336699; font-size: .8em;}
a:active {font-family: sans-serif, Arial, Futura; line-height: 1.5em; color: #000000; font-size: .8em;}
a:hover {text-decoration: underline; font-family: sans-serif, Arial, Futura; line-height: 1.5em; color: #6699cc; font-size: .8em;}

/* DRAWS A SOLID LINE AROUND TABLES AND USES TEH CLASS "CELL" TO DRAW AROUND ROWS */
table {border: 1px; border-style: solid; border-color: #000000;}

/* THIS DEFINES THE TD BORDERS    ex. <td id="topborder> */
.cell {border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #eeeeee; padding: 5px;}

.head_cell {border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #eeeeee; padding: 0px;}

.head_cell_a {border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #aaaaaa; padding: 0px;}

.dbcell {border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #333333; padding: 5px;}