
/* style for standard elements */
A { font-family: Arial;
	color: navy;}
  
LI, TD, TH, H1, H2, H3, H4 {
	font-family: Arial;
  font-size: 84%; 
	color: navy;}

/*H1 { font-size: 14pt; }
H2 { font-size: 12pt; }*/
	
/* l = link */
.l {
	font-family: Arial;
	color: navy;
  font-size: 84%;
	font-weight: Bold}

/* lx = link not underlined - used for quote popup window */
.lx {text-decoration: none}

/* st = standard text */
.st {
    font-family: Arial;
  	color: navy;
    font-size: 84%;}

.sdw { filter:progid:DXImageTransform.Microsoft.Shadow(color=#5154CD,strength=6,direction=120); }