@charset "UTF-8";

/* You're not the boss of me. */

a:link         { color: #FFFF33; }
a:visited      { color: #FFFF33; }
a:hover        { color: #FF3333; }
a:active       { color: #FF0000; }

b              { font-weight: bold; line-height: 14px; }
body           { font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height: 18px; text-align: center; background-color: #0000FF; color: #FFFF33; }
table          { font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height: 18px; text-align: center; margin: 0 auto; }
td             { font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height: 18px;                     margin: 0 auto; white-space: nowrap; }

.error         { color: #FF0000; }

table.banner           { font-weight: bold;  }
table.banner td        { padding: 3px;       }
table.banner td.first  { text-align: left;   }
table.banner td.second { text-align: center; }
table.banner td.third  { text-align: right;  }

table.toc              { font-weight: bold; }
table.toc th           { padding: 3px; text-align: left; white-space: nowrap; }
table.toc td           { padding-top: 1px; white-space: nowrap; }
table.toc td.left      { width: 100px; text-align: right; }
table.toc td.right     { width: 300px; text-align: left; }


/* No Condition Is Permanent. */