/* External CSS for resourceinsight.com*/

/* Basic text w. 130% leading, no indent*/
.text {
        line-height: 130%;
        font-family: Georgia, Times, "Times New Roman", serif;
	  font-weight: normal;
       }

/* Basic text w. 130% leading, 2 em indent*/
.text2 {
        line-height: 130%;
        font-family: Georgia, Times, "Times New Roman", serif;
	  text-indent: 2em;
	  font-weight: normal;
       }

/* "weightless" text w. 130% leading, no indent*/
/* Unlike .text, this allows bolding inside. */
UL.weightless {
        line-height: 130%;
        font-family: Georgia, Times, "Times New Roman", serif;
       }

/* Used with biblio, makes left margin indent 2 ems.*/
.bibtext {
        line-height: 130%;
        font-family: Georgia, Times, "Times New Roman", serif;
	  text-indent: 0;
 	  margin-left: 2em;
	  margin-top: .3em;
       }

/* Hanging-indented 2 ems for biblographies*/
.biblio {
	  line-height: 130%;
        font-family: Georgia, Times, "Times New Roman", serif;
	  text-indent: -2em;
	  margin-left: 2em;
        }

/* Used within a text block, makes span flush right.*/
.qualtag {
        line-height: 130%;
        font-style: italic;
        text-align: right;
        }

/* Format lists a bit tighter.*/
.xlist {
        line-height: 130%;
        text-align: left;
	  margin-bottom: -.5em;
        }

/* Links*/
A:active {
	  color: red;
	  text-decoration: none;
	 }
A:link {
	  color: blue;
	  text-decoration: none;
	 }
A:visited {
	  color: purple;
	  text-decoration: none;
	 }
A:hover {
	  background: white;
	  text-decoration: underline;
	 }

/* Frestanding kerning*/

.tight1
	 {
	  letter-spacing: -0.05em;
	 }
.tight2
	 {
	  letter-spacing: -.2em;
	 }

/* RII Banner*/
.banner{
        font-family: Garamond, Georgia, Times, "Times New Roman", serif;
	  font-style: normal;
	  font-weight: 400;
	  font-size: 275%;
        text-align: left;
	  letter-spacing: -.03em;
        }

/* Pseudo Headings*/
.head1{
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-style: normal;
	  font-weight: 600;
	  font-size: 130%;
        text-align: left;
        line-height: 130%;
	  letter-spacing: -0.035em;
        }
.head2 {
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-weight: 800;
        text-align: left;
        line-height: 100%;
        }
/* 'head3'  and 3s are used for the tagline below the banner*/
.head3 {
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-weight: 400;
        text-align: left;
        line-height: 110%;
	  font-size: 110%;
	  margin-bottom: -.5em;
        }
.head3s {
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-weight: 400;
        text-align: left;
        line-height: 110%;
	  font-size: 110%;
        }


/* Traditional Headings*/
H1 {
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-style: normal;
	  font-weight: 600;
        text-align: left;
	  font-size: large;
        line-height: 100%;
        }

H2 {
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-weight: 800;
        text-align: left;
	  font-size: medium;
        line-height: 100%;
        }

/* Down--used to shift baseline*/
/* NB: This attribute not reconginzed by Netscape 4! */

.down {
	  vertical-align: sub;
        }
