/* ::::::::::::::::::::::::::::::: BODY ::::::::::::::::::::::::::::::::::::: */
 
  BODY {
    background-color: rgb(0,0,0);
    background-image: url('../graphics/grad_bckgrnd.png');
    /*color: rgb(174,156,139);*/
    background-repeat: repeat-y;
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 8pt;
    font-weight: 600;
  }
 


/* ::::::::::::::::::::::::::::::: links :::::::::::::::::::::::::::::::::::: */

/*palintino, "Palintino linotype" */

/* ---- non-Visited link ----   */
  A:link {
    color: rgb(174,156,139) /*(204,153,51)*/;
    text-decoration: none;
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 10pt;
    font-weight: 600;
  }

/*  ---- visited link ----      */
  A:visited {
    color: rgb(136,124,111);
    text-decoration: none
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 10pt;
    font-weight: 600;
  }

/*  ---- on click link ----    */
  A:active {
    color: rgb(209,187,167);
    text-decoration: none
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 10pt;
    font-weight: 600;
  }

/*  ---- on mouse over link ---- */
  A:hover {
    color: rgb(209,187,167);
    text-decoration: none
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 10pt;
    font-weight: 600;
  }



/*::::::::::::::::::::::::::::::::: FONTS ::::::::::::::::::::::::::::::::::: */


/*  ---- Default ---- */

.DEFAULT_FONT {
 
    color: rgb(174,156,139);
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 9pt;
    font-weight: 500;
  }

/*  ---- Default Strong Font ---- */

.PAGE_TITLE {
 
    color: rgb(174,156,139);
    font-family: verdana, Arial, helvetica, gill, sans-serif;
    font-size: 16pt;
    font-weight: 800;
  }

/*  ---- Default Strong Font ---- */

.SUBHEADING {
 
    color: rgb(174,156,139);
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 11pt;
    font-weight: 800;
  }

/*  ---- Notes ---- */

.NOTES {
 
    color: rgb(204,153,51);
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 8pt;
    font-weight: 600;
    font-style: oblique;
  }
  
/*  ---- Copyright Notices ---- */

.COPYRIGHT {
 
    color: rgb(174,156,139);
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 8pt;
    font-weight: 300;
  }  
  
/*  ---- Photo Captions ---- */

.CAPTION {
 
    color: rgb(204,153,51);
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 8pt;
    font-weight: 500;
    
  }
  
.SALE_INFO {
 
    color: rgb(174,156,139);
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 10pt;
    font-weight: 700;
    
  }    
  
.CLOSE_LINK {
 
    color: rgb(174,156,139);
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 8pt;
    font-weight: 500;
  
  }  
  
.INVISIBLE {
    color: rgb(0,0,0);
    text-decoration: none;
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 10pt;
    font-weight: 600;
  }