.txt4 { 
    font-size: 4pt; 
    font-family: Georgia;
    text-decoration: none
}
.txt5 { 
    font-size: 5pt; 
    font-family: Georgia; 
    text-decoration: none 
}
.txt6 { 
    font-size: 6pt; 
    font-family: Georgia; 
    text-decoration: none 
}
.txt7 { 
    font-size: 7pt; 
    font-family: Georgia;
    text-decoration: none   
}
.txt8 {
	font-family: Georgia;
	font-size: 8pt;
	text-decoration: none;
}
.txt9 { 
    font-size: 9pt; 
    font-family: Georgia; 
    text-decoration: none;   
}
.txt10 {
	font-family: Georgia;
	font-size: 10pt;
	text-decoration: none;
}
.txt12 { 
    font-size: 12pt; 
    font-family: Georgia; 
    text-decoration: none 
}
.txt14 { 
    font-size: 14pt; 
    font-family: Georgia; 
    text-decoration: none 
}
.txt16 { 
    font-size: 16pt; 
    font-family: Georgia; 
    text-decoration: none 
}
.txtred { 
    font-size: 12pt; 
    font-family: Arial, Helvetica, sans-serif; 
    color: red;
    text-decoration: none
}
.lnk:link {
	font-family: Georgia;
	font-size: 10pt;
	color: #3300CC;
	text-decoration: underline;
}
.lnk:visited {
	font-family: Georgia;
	font-size: 10pt;
	color: #5F5C5C;
	text-decoration: underline;
}
.lnk8:link {
	font-family: Georgia;
	font-size: 8pt;
	color: #3300CC;
	text-decoration: underline;
}
.lnk8:visited {
	font-family: Georgia;
	font-size: 8pt;
	color: #5F5C5C;
	text-decoration: underline;
}
a:active {
	font-family: Georgia;
	font-size: 8pt;
	color: #999999;
	text-decoration: underline;
}

