
    body, p, h1, h2, h3, table, td, th, ul, ol
    {
      font-family: Arial;
      font-size: 12pt;
      color: #FFFFFF;
    }
    
    div.upright
    {
      position: absolute;
      right: 40px;
      top: 180px;
    }
    
    div.shortwidth
    {
ÊÊÊÊÊÊmargin:Ê0px;
    }

    textarea
    {
      color: #0000FF;
      background: #000000;
    }

    input
    {
      color: #0000FF;
      background: #000000;
    }

    font.title1
    {
      font-family: Arial;
      font-size: 18pt;
      color: #FFFFFF;
      font-weight: bold;
    }

    font.mediumbld
    {
      font-family: Arial;
      font-size: 10pt;
      color: #FFFFFF;
      font-weight: bold;
    }

    font.mediumblk
    {
      font-family: Arial;
      font-size: 12pt;
      color: #000000;
    }

    font.mediumwht
    {
      font-family: Arial;
      font-size: 12pt;
      color: #FFFFFF;
    }

    font.hover_blue
    {
      color: #FFFFFF;
    }

    font.hover_blue:hover
    {
      color: #0000FF;
    }

    table.winlib1
    {
      border-style: solid;
      border-top-width: 1;
      border-left-width: 1;
      border-right-width: 1;
      border-bottom-width: 0;
      border-color: #000000;
    }

    td.winlib1
    {
      padding-left: 3;
      padding-right: 3;
      padding-top: 2;
      padding-bottom: 2;
    }

    td.winlib2
    {
      background-position: top left;
      background-repeat: no-repeat;
    }

    td.mainback
    {
      background-image: url('images/background.jpg');
      background-position: top right;      
/*      background-image: url('images/snow.jpg');
      background-repeat: no-repeat;
      background-position: 0px -100px;
      background-attachment: fixed;*/
      background-color: #000000;
    }

    td.navlinksmiddle
    {
      padding: 5;
    }

    body
    {
      margin: 15px;
    }

    div.shadow
    {
			font-size: 50px;
			font-weight: bold;
			text-shadow: #7384BB 0px 0px 30px;
			color: #fff;
    }
    
    A { text-decoration: underline; color: #0047FF }
    A:visited { text-decoration: underline; color: #AAAAFF; }
    A:hover { text-decoration: underline; color: #FFFFFF; }
    
    A.toplink { color: #0000CF; }
    A.toplink:visited { text-decoration: underline; color: #AAAAFF; }
    A.toplink:hover { text-decoration: underline; color: #FFFFFF; }
    


