.txt {
	font-family: "MS Sans Serif", Arial, Verdana, "Times New Roman";
	font-size: 8pt;
	color: #000066;
}

.txt_big {
	font-family: "MS Sans Serif", Arial, Verdana, "Times New Roman";
	font-size: 10pt;
	color: #000066;
}

.txt_b {
	font-family: "MS Sans Serif", Arial, Verdana, "Times New Roman";
	font-size: 10pt;
	color: #FFFF99;
	background-color: #C47028;
	font-weight: bold;
}


.fld         { font-family: 'MS Sans Serif', Arial, Verdana, 'Times New Roman'; font-size: 
               8pt; color: #000000; background-color: #FFFFFF; 
               border: 1 solid #000000 }

a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}