/* CSWapWalks\css\buff_text.css */
.H1 { 
		   font-family: "Times New Roman", Times, serif; 
		   font-size: 16pt;
		   font-style: italic;
		   margin: 5px 0px 15px 0px;
		   color: #660000;
		   }
		   
.H2 { 
		   font-family: "Times New Roman", Times, serif; 
		   font-size: 11pt; 
		   font-weight: bold;
		   color: #660000;
		   margin-bottom: 15px;
		   }
		   
.H3 { 
		   font-family: "Times New Roman", Times, serif; 
		   font-size: 11pt;
		   font-weight: bold;
		   color: #330000; 
		   }
		   
.Normal { 
		   font-family: "Times New Roman", Times, serif; 
		   font-size: 11pt; 
		   line-height: 14pt;
		   color: #000000;
		   }
		   
.Small { 
		   font-family: "Times New Roman", Times, serif; 
		   font-size: 8pt;
		   line-height: 10pt;
		   color: #000000;
		   }


.Code { 
		   font-family: "Courier New"; 
		   font-size: 11px;
		   line-height: 14pt;
		   color: #000000;
		   }

