/* CSS Document */
  .navigBackground{
      background-color:#E5EcF9;
  }

  .navigBackgroundOver{
      background-color:#c2cfe9;
  }

  a{
      color:#0000CC;
  }
  
  a:visited{
      color:#551a8B;
  }
  
  #paddingtd{
  	   padding-left:10px;
      font-family:verdana;
      font-size:12px;
      font-weight:BOLD;
  }
  
  #popularcategory{
    text-decoration:underline;
    cursor:pointer;
    color:blue;
  }
  
  body{
    background-color:rgb(255,255,255);
  }
  
  #fontBig{
      font-family: Arial;
      font-size:32px;
  }
  
  #headTitle{
      top:15%;
  }
  
  #searchBig{
      width:95%;
  }
  
  fieldset{
      width:95%;
      padding:10px;
  }
  
  #fontKey{
      font-family:verdana;
      font-size:12px;
      font-weight:BOLD;
      height:40px;
  }
  
  #small{
      font-family:verdana;
      font-size:11px;
  }
  
  #title{
      font-family:arial;
      font-size:16px;
      font-weight:BOLD;
      text-align:left;
      color:#A7A7ED;
  }
  
  #metadata{
      font-family:arial;
      font-size:13px;
      text-align:left;
  }
  
  #web{
      font-family:arial;
      font-size:12px;
      text-align:left;
  }
  
  #popup{
      font-size:14px;
      font-family:verdana;
      font-weight:BOLD;
  }
  
  #categorylist{
      color:blue;
      text-decoration:underline;
      font-family:verdana;
      cursor:pointer;
      font-size:11px;
  }

