

/****************************************  
 *Styles to be used with the ERI website
 ****************************************/


/* Main ERI titles on a page */

.ERI_title_grey {

  font-face:   tahoma;
  color:       666666;
  font-size:   12pt;
  font-weight: bold;

}


.ERI_title_white {

  font-face:   tahoma;
  color:       ffffff;
  font-size:   12pt;
  font-weight: bold;

}


/* Sub titles */

.ERI_subtitle_grey {

  font-face:   tahoma;
  color:       aaaaaa;
  font-size:   10pt;
  font-weight: bold;

}


/* Standard link font (light blue) */

.ERI_link {

  font-face:   tahoma;
  color:       6666ff;
  font-size:   10pt;

}


/* Standard look for text on ERI */

.ERI_text {

  font-face:   tahoma;
  color:       333333;
  font-size:   10pt;

}


/* look for different stages of links */

A.ERI:link {

  font-face:   tahoma;
  color:       6666ff;
  font-size:   10pt;

}

A.ERI:visited {

  font-face:   tahoma;
  color:       6666ff;
  font-size:   10pt;

}

A.ERI:active {

  font-face:   tahoma;
  color:       6666ff;
  font-size:   10pt;

}

A.ERI:hover {

  font-face:   tahoma;
  color:       6666ff;
  font-size:   10pt;

}