body { margin: 0 0 0; }

td { color: white; font-family: Arial; font-size: 7pt; }
td.red_bold { background-color: #d61408; color: White; font-weight: bold; }
td.black { background-color: Black; color: White; }
td.black_bold { color: white; font-weight: bold; }

font.red_bold { color: #d61408; font-weight: bold; }
font.gray { color: #999999; }

table.border { border-width: 1px; border-style: solid; border-color: #cccccc; }
table.border_black { border-width: 1px; border-style: solid; border-color: #000000; }

.handcursor { cursor:hand; }

a:link { text-decoration: none; font-weight: normal; color: yellow; }
a:active { text-decoration: none; font-weight: normal; color: yellow; }
a:visited { text-decoration: none; font-weight: normal; color: red; }
a:hover { text-decoration: none; font-weight: normal; color: #d61408; }

a:link.bold { text-decoration: none; font-weight: bold; color: yellow; }
a:active.bold { text-decoration: none; font-weight: bold; color: yellow; }
a:visited.bold { text-decoration: none; font-weight: bold; color: red; }
a:hover.bold { text-decoration: none; font-weight: bold; color: #d61408; }

a:link.red { text-decoration: none; font-weight: bold; color: #d61408; }
a:active.red { text-decoration: none; font-weight: bold; color: #d61408; }
a:visited.red { text-decoration: none; font-weight: bold; color: #d61408; }
a:hover.red { text-decoration: none; font-weight: bold; color: #d61408; }