  /* Navigation Menu */

/*
  .navlink {
    color: #FFFFFF;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
  }
  a:link.navlink  {color: #FFFFFF}
  a:visited.navlink  {color: #FFFFFF;}
  a:active.navlink  {text-decoration: none;}
  a:hover.navlink  {
    text-decoration: underline;
    color: #C0C0C0;
  }
*/

  /* General Tags */

/*
  body {
    scrollbar-face-color: #778899;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #43435B;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-arrow-color: #2F304F;
    scrollbar-track-color: #333333;
    scrollbar-darkshadow-color: #222222;
  }
*/
    p, td 
    {
        font-family: arial;
        font-size: 10pt;
        color: #FF0000;
    }
    hr 
    {
        height: 3px;
        border: solid #FFCC00 3px;
        border-top-width: 1px;
    }
    select, option 
    {
        font-family: arial;
        font-size: 9pt;
        background-color: #2F304F;
        color: #FFFFFF;
    }
    input, textarea 
    {
        font-family: arial;
        font-size: 10pt;
        font-weight: bold;
        background-color: #2F304F;
        color: #FFFFFF;
    }
    a 
    {
        text-decoration: none;
        font-weight: bold;
        color: #FF9900;
    }
    .menu a 
    {
        color: #FFFFFF;
    }

    a:hover 
    {
        text-decoration: underline;
        color: #FF0000;
    }

    .page_title
    {
        font-weight: bold;
        font-style: italic;
        font-size: large;
        color: #FFFFFF;
    }
    .page_subtitle
    {
        font-weight: bold;
        font-style: italic;
        font-size: medium;
        color: #FF0000;
    }

    .summary_title
    {
        font-weight: bold;
        font-style: italic;
        font-size: 12pt;
        color: #FF0000;
    }
    .summary_title a {
        color: #000000;
    }

    .detail_title
    {
        font-weight: bold;
        font-size: 14pt;
        color: #FF0000;
    }
    .detail_title a {
        color: #000000;
    }
    
    .thumbnail
    {
        padding: 2px 2px 2px 2px;
        width: 160px;
        text-align: center;
    }
    .thumbnail:hover
    {
    /*
        background-image: url("/_site/dojo10/menu_bg.png");
        background-repeat: repeat-y;
        background-position: top center;
    */
        background-color: #FFCC00;
    }
    .thumbnail_title
    {
        font-weight: bold;
        font-size: 9pt;
        color: #FF0000;
        width: 100%;
    }
    .thumbnail_title a 
    {
        color: #000000;
    }
    .thumbnail_subscriptions
    {
        padding-top: 2px;
        width: 100%;
    }

    .installment_title
    {
        font-weight: bold;
        font-style: italic;
        font-size: 14pt;
        color: #FF0000;
    }
    a.installment_title
    {
        font-weight: bold;
        font-style: italic;
        font-size: 14pt;
        color: #FF0000;
    }
