
.stuff1 {
    color : TEAL;
	font-size : 11pt;
	font-weight : bold;
}

.stuff2 {
    color : Teal;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
}

.stuff3 {
		font-size : 12pt;
		font-weight : bold;
		color: #FF5522;
				}
	
.stuff4 {
    color : #000000;
	font-size : 11pt;
	line-height : 10pt;
	font-weight: bold;
}

.stuff5 {
    color : Teal;
	font-size : 10pt;
	font-weight : bold;
	text-align:justify;
	text-justify:newspaper;
}

.stuff6 {
		color: Navy;
		font-size : 16pt;
		font-weight : bold;
}
.stuff7 {
    color : #FF0000;
	font-size : 9pt;
	font-weight : bold;
}

.stuff8 {
		color: Navy;
		font-size : 20pt;
		font-weight : bold;
		font-family : Script MT Bold, CommercialScript BT;
}
    
.stuff9 {
	color: Teal;
    font-size : 12pt;
    line-height : 100%;
	font-weight : normal;
	text-align:justify;
	text-justify:newspaper;
}
	
Table.stuff10 {
	border-color : Red;
	background-color : Navy;
    color : Yellow;
	font-size : 12pt;
	font-weight : bold;
	}
    
.note1 {
    font-size : 8pt;
	color : #000000;
	font-weight : bold;
	}  

.smallst1 {
      color : Teal;
      font-size : 12pt;
	  font-weight : bold;
}

P.smallprnt {
      color : #000000;
      background-color : #FAFFFF;
      font-size : 11pt;
	  line-height : 100%;
}

.tight {
      background-color : #F8FFFF;
	  color : #000000;
      font-size : 12pt;
 	  font-weight : bold;
      line-height : 100%;
	text-align:justify;
	text-justify:newspaper;
}

H1 {
	font-size : 16pt;
	color : #FF0000;
	font-family : Script MT Bold, CommercialScript BT;
	font-style : italic;
}

H2 {
	font-size : 16pt;
	text-decoration : underline;
	font-weight : bold;
}

H3 {
	color : #0000FF;
	font-size : 20pt;
	font-family : Script MT Bold, CommercialScript BT;
	font-style : italic;
	font-weight : bold;
}

Body.bckgrd {
      background : url("images/fishbowl.jpg");
	 }   

.bckgr1 {
      background : url("images/backg3.jpg");
	 }   

.shadow1
	{		
		font-family: Script MT Bold, CommercialScript BT;
		font-size : 35pt;
		color: #FF8888;
		filter: shadow(Color=#550022,Direction=135);
		padding: 5pt 12pt;
		height: 60;
		position: relative;
		left: 0;
		top: 0;
		}

.shadow2
	{		
		font-family: Script MT Bold, CommercialScript BT;
		font-size : 25pt;
		color: #FF4477;
		filter: shadow(Color=#550022,Direction=135);
		padding: 5pt 12pt;
		height: 60;
		position: relative;
		left: 0;
		top: 0;
		}
	
.styl1 {
   font-size : 9pt;
   font-weight : bold;
   text-decoration : underline;
}

.styl2 {
   font-size : 12pt;
   font-weight : bold;
   text-decoration : underline;
}

A:link {color : Blue}
A:Visited {color : Purple}
A:Active {color : Red}
