/* ::::::::::::::::::::::::::::::: BODY ::::::::::::::::::::::::::::::::::::: */
 
  BODY {
    background: rgb(0,0,0);
    background-image: url('graphics/grad_bckgrnd.png');
    /*color: rgb(167,177,217);*/
    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(140,125,205);   
    text-decoration: none;
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 9pt;
    font-weight: 700;
  }

/*  ---- visited link ----      */
  A:visited {
    color: rgb(140,125,205);  /*(101,91,165)*/
    text-decoration: none;
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 9pt;
    font-weight: 700;
  }

/*  ---- on click link ----    */
  A:active {
    color: rgb(255,255,255);
    text-decoration: none;
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 9pt;
    font-weight: 700;
  }

/*  ---- on mouse over link ---- */
  A:hover {
    color: rgb(200,220,255);
    text-decoration: none;
    font-family:  Arial, helvetica, gill, sans-serif;
    font-size: 9pt;
    font-weight: 700;
  }



/*::::::::::::::::::::::::::::::::: FONTS ::::::::::::::::::::::::::::::::::: */


/*  ---- Default ---- */

.DEFAULT_FONT {
 
    color: rgb(140,125,205);  /*rgb(145,110,245)*/
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 8pt;
    font-weight: 500;
  }

/*  ---- Default Strong Font ---- */

.SUBHEADING {
 
    color: rgb(180,165,245)   /*(112,162,255)*/;
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 8pt;
    font-weight: 600;
  }

/*  ---- Notes ---- */

.NOTES {
 
    color: rgb(180,165,245) /*(112,162,255*/;
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 7pt;
    font-weight: 600;
    font-style: oblique;
  }
  
/*  ---- Pic Captions ---- */

.CAPTION {
 
    color: rgb(180,165,245) /*(112,162,255*/;
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 7pt;
    font-weight: 500;
    
  }  
  
/*  ---- Default Strong Font ---- */

.TITLES {
 
    color: rgb(180,165,245)   /*(112,162,255)*/;
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 10pt;
    font-weight: 700;
  }

/*  ---- Copyright Notices ---- */

.COPYRIGHT {
 
    color: rgb(140,125,205);
    font-family: Arial, helvetica, gill, sans-serif;
    font-size: 8pt;
    font-weight: 300;
  }    