.txt1 {
	color : Green;
	font-size : 11pt;
	font-weight : bold;
}
.txt2 {
	color : Olive;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
}
.txt3 {
	color : #A52A2A;
	font-size : 12pt;
	font-style : italic;
}
.txt4 {
	color : #A52A2A;
	font-size : 12pt;
}
.txt5 {
	color : Green;
	font-size : 10pt;
	font-weight : bold;
}
.header1 {
	font-weight : bold;
	color : Red;
	font-size : 18pt;
}
.header2 {
	font-weight : bold;
	color : #00008B;
	font-size : 12pt;
}
.header3 {
	font-weight : bold;
	color : Red;
	font-size : 12pt;
	text-decoration : underline;
}
