/* CSS Document */


/* basic styles */

body { margin: 0px;
    padding: 0px;
    background: rgb(50, 145, 214) none repeat-y scroll 0%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    font-family: Tahoma,sans-serif;
    font-size: 10pt;
    color: rgb(51, 51, 51);
    }

  p { margin-top: 2px;
    }

  h1, h2, h3, h4, h5, h6, table, tr, th, td, img { margin: 0px;
    padding: 0px;
    }

  h2 { margin-bottom: 4px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-size: 14pt;
    }

  h3 { font-size: smaller;
    text-transform: uppercase;
    }

  h4 { font-size: 10pt;
    }

  li { list-style-type: square;
    }

  #home        { background-image: url('../img/patternMedium.png'); text-align: center; 
               font-size: smaller; font-weight: bold; width: 181px; 
               border-left-style: solid; border-left-width: 1px; 
               border-bottom: 1px solid #666666; padding: 4px }
#home a { display: block;
    text-decoration: none;
    }

  #home a:link, #home a:visited { color: #333333 }
#home a:hover { color: rgb(51, 51, 51);
    }

  #home img { padding-right: 10px;
    vertical-align: middle;
    }

  #home a img { border: medium none ;
    }

  .indexLabel  { text-transform: uppercase; font-size: smaller; color: #666666; 
               background-image: url('../img/patternMedium.png'); 
               font-weight: bold; text-align: center; border-left-style: solid; 
               border-left-width: 1px; border-bottom-style: solid; 
               border-bottom-width: 1px; padding: 4px }
.indexLabel a { color: rgb(51, 51, 51);
    text-decoration: none;
    }

  .indexLabel img { float: center; text-align: centrato; padding-left: 10px }
.indexLabel a img { border: medium none ;
    }

  #iMid { border: 1px solid rgb(51, 51, 51);
    padding: 4px 4px 4px 20px;
    display: block;
    background-color: rgb(51, 51, 51);
    text-align: center;
    text-transform: none;
    color: rgb(102, 102, 102);
    cursor: pointer;
    }

  a#iMid { text-decoration: none;
    color: rgb(51, 51, 51);
    }

  #iTop { border: 1px solid rgb(50, 145, 214);
    padding: 4px 4px 4px 10px;
    display: block;
    background-color: rgb(50, 145, 214);
    text-align: left;
    text-transform: none;
    color: rgb(22, 172, 15);
    }

  #iTop img { float: left;
    padding-left: 4px;
    }

  a#iTop { text-decoration: none;
    }

  #iSub { border: 1px solid rgb(255, 255, 51);
    padding: 4px 4px 4px 30px;
    display: block;
    background-color: rgb(255, 255, 102);
    text-align: center;
    text-transform: none;
    font-weight: bold;
    font-size: smaller;
    color: rgb(50, 145, 214);
    }

  a#iSub { text-decoration: none;
    color: rgb(255, 153, 0);
    }


