* {font-family: Arial, Helvetica, sans-serif, generic;
   font-size: 12px}

h1 {font-family: Arial, Helvetica, sans-serif, generic;
     font-size: 200%;
     font-weight: bold;
     text-align: center}

body {font-family: Arial, Helvetica, sans-serif, generic;
     background-color: white;
     color: black}

p {font-family: Arial, Helvetica, sans-serif, generic;
  text-align: center}

div {font-family: Arial, Helvetica, sans-serif, generic;
    font-weight: bold;
    text-align: center}

span {font-family: Arial, Helvetica, sans-serif, generic;
     color: #00CC00}

span.Current {color: #00CC00}

span.Beta {color: red}

span.Update {color: black;
            font-weight: bold;
            text-align: center}

table {font-family: Arial, Helvetica, sans-serif, generic;
          table-layout: fixed}

table.NavLogo {width: 100%;
               table-layout: auto;
               border: none;}

table.Info {table-layout: auto;
                 width: 100%}

tr.Background {background-color: #FFFFCC}

th {font-family: Arial, Helvetica, sans-serif, generic;
   font-weight: normal;
   text-align: left;
   table-layout: auto;
   width: 11em;
   border: 1px #666666 groove;
   white-space: nowrap}

th.News {font-weight: bold;
        text-align: center;
        width: 12%;
        vertical-align: middle;
        background-color: #FFFFCC;}

th.NavMenu {text-align: left;
           width: 20%;
           vertical-align: middle;
           background-color: #FFFFCC;
           border: 2px groove silver;
           padding-left: 6px}

th.TablesTitle {text-align: left;
                width: 100%;
                vertical-align: middle;
                background-color: #FFFFCC;
                border: 2px groove silver}

th.Invert {font-weight: bold;
           background-color: black;
           color: white;
           width: 100%;
           text-align: center}

th.TablesInvert {font-weight: bold;
                 background-color: black;
                 color: white;
                 text-align: center;
                 width: 11em;}

th.Info {font-weight: bold;
            text-align: left;
            width: 20%}

th.TablesIcon {font-weight: bold;
                         text-align: center}

td {font-family: Arial, Helvetica, sans-serif, generic;
   font-weight: normal;
   table-layout: auto;
   width: 6em;
   border: 1px #666666 groove;
   margin: 2px 2px}
   
td.Invert {font-weight: bold;
           background-color: black;
           color: white;
           width: 100%;
           text-align: center}

td.TablesInvert {font-weight: bold;
                 background-color: black;
                 color: white;
                 text-align: center;
                 width: 6em}

td.Note {width: 100%}

td.Logo {font-weight: bold;
        text-align: center;
        width: 6%}

td.TableMediumLogo {font-weight: bold;
                   text-align: center;
                   width: 10%;
                   height: 30px;
                   margin-top: 2px;
                   margin-right: 2px;
                   margin-bottom: 2px;
                   margin-left: 2px;
                   padding-top: 2px;
                   padding-right: 2px;
                   padding-bottom: 2px;
                   padding-left: 2px}

td.Current {color: #00cc00}

td.Beta {color: red}

td.Info {width: 100%}

td.TablesIcon {font-weight: bold;
                         text-align: center}

a:hover {text-decoration: underline;
               color: #194775}                         

