BODY {      margin-left: 0; 
            margin-right: 0;
	    text-align: left }

A:link {
	color: Blue;
	text-decoration: underline
} 


A:visited {
	color: Gray;
	text-decoration: underline
} 
A:active { color: #6666FF; text-decoration: underline }

/* setting the anchor border around IMG elements requires contextual selectors */ 
A:link IMG { border: 0 } 
A:visited IMG { border: 0 } 
A:active IMG { border: 0 }

A.glossary {
	color: #000000;
	text-decoration: none
}

IMG { border: 0 }

H1 {
	text-align: center;
	text-transform: uppercase;
	font-weight : bold;
} 
H1, H2, H3 { font-weight: bold; color=#000000; font-family: "myriad", "arial", "helvetica", sans-serif; }
H4 {font-style: italic } 
H1 { font-size: 140% } 
H2 { font-size: 120% } 
H3 { font-size: 100% } 
B, STRONG { font-weight: bold} /* relative to the parent */ 
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic } 
PRE, TT, CODE, KBD, SAMP { font-family: monospace } 
PRE { white-space: pre } 
ADDRESS { margin-left: 3em } 
BLOCKQUOTE { margin-left: 10px; margin-right: 10px } 
UL, DIR { list-style: disc } 
OL { list-style: decimal } 
MENU { margin: 0 } /* tight formatting */ 
LI { margin-left: 0 } 
DT {
	margin-bottom: 0;
	font-style : italic;
	font-weight : normal;
} 
DD { margin-top: 3 px; margin-left: 3em; margin-bottom: 4 px } 
HR { border-top: solid } /* 'border-bottom' could also have been used */ 
P.initial:first-letter { font-size: 200%; float: left }
P.homeMenu { font-size: 80%; float: left }


p,tr, ul, ol, li, dt, dd
   { font-size: 10pt;
     font-weight: 100;
     color: #000000;
     font-family: "Lucida Sans Unicode", "arial", sans-serif;
     text-align: left 
   }

td { font-size: 10pt;
     font-weight: 100;
     color: #000000;
     font-family: "Lucida Sans Unicode", "arial", sans-serif;
   }


/* classes e.g. <font class="small"> */
.small {
  font-size: 8pt;
  font-weight: 100;
  color: #000000;
  font-family: "Lucida Sans Unicode", "arial", sans-serif;
}
.mid {
  font-size: 10pt;
  font-weight: 100;
  color: #000000;
  font-family: "Lucida Sans Unicode", "arial", sans-serif;
}
.title {
  font-size: 12pt;
  font-weight:bold;
  color: #333333;
  font-family: "Lucida Sans Unicode", "arial", sans-serif;
}
.main {
  font-size: 10pt;
  font-weight:130;
  color: #000000;
  font-family: "Lucida Sans Unicode", "arial", sans-serif;
}
.warning {
  font-size: 12pt;
  font-weight:130;
  color: red;
  font-family: "Lucida Sans Unicode", "arial", sans-serif;
}

.address {
  font-size: 8pt;
  font-weight:100;
  color: #000000;
  font-family: "arial", sans-serif;
}


/* content page layout specifications */ 




