.banner     { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 36pt;
	      font-weight: bold; font-style: normal; text-align: center;
	      text-decoration: none; color: #000000; word-spacing .15em }

.header     { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 24pt;
	      font-weight: bold; font-style: normal; text-align: right; 
	      text-decoration: none; color: #000000; 
	      letter-spacing: .1em; word-spacing .1em }

.title1     { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 18pt;
	      font-weight: bold; font-style: normal; text-align: center;
	      text-decoration: none; color: #000000 }

.text1      { font-family: Georgia, Times, Times New Roman, serif; font-size: 14pt;
	      font-weight: normal; font-style: normal; text-align: left; 
	      text-decoration: none; color: #000000 }

.title2     { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14pt;
	      font-weight: bold; font-style: normal; text-align: center; 
	      text-decoration: none; color: #000000 }

.text2      { font-family: Georgia, Times, Times New Roman, serif; font-size: 9pt;
	      font-weight: normal; font-style: normal; text-align: left;
	      text-decoration: none; color: #000000 }

.text3      { font-family: Georgia, Times, Times New Roman, serif; font-size: 10pt;
    	      font-weight: normal; font-style: normal; text-decoration: none; color: #000000; }

.misc       { font-family: Courier, mono; font-size: 10pt;
	      font-weight: normal; font-style: normal; text-align: center; 
              text-decoration: none; line-height: 12pt; color: #000000 }

.link       { font-family: Verdana, Helvetica, Courier, sans-serif; font-size: 12pt;
	      font-weight: normal; font-style: normal; }

.killhover1 a:hover { background-color: #CCCCCC;}

.killhover2 a:hover { background-color: #FFFFFF;}

.killhover3 a:hover { background-color: #000000;}

a:hover     { background-color: yellow; }

#previousslide a {
 display:block;
 width:40px;
 height:40px;
 margin: 0px;
 padding:0px;
 background: url("BtnPrev1.gif") 0 0 no-repeat;
}
#previousslide a:hover {	
 background: url("BtnPrev2.gif") 0 0 no-repeat;
}

#firstslide a {
 display:block;
 width:40px;
 height:40px;
 margin: 0px;
 padding:0px;
 background: url("BtnFirst1.gif") 0 0 no-repeat;
}
#firstslide a:hover {	
 background: url("BtnFirst2.gif") 0 0 no-repeat;
}

#nextslide a {
 display:block;
 width:40px; 
 height:40px;
 margin: 0px;
 padding:0px;
 background: url("BtnNext1.gif") 0 0 no-repeat;
}
#nextslide a:hover {	
 background: url("BtnNext2.gif") 0 0 no-repeat;
}

#lastslide a {
 display:block;
 width:40px; 
 height:40px;
 margin: 0px;
 padding:0px;
 background: url("BtnLast1.gif") 0 0 no-repeat;
}
#lastslide a:hover {	
 background: url("BtnLast2.gif") 0 0 no-repeat;
}