.button {
	font-size: bold 11px;
	color: red;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;	
}
.cell {
	font-size: bold 11px;
	border-left-style: groove;	
}
.search {
	font-size: bold;
	color: red;
	height:19;
	width:58;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;	
}
.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;

}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.tittletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.pagetittletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
.txtfld {
	font-size: 10px;
	color: #FF0000;
}
.botlinks {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.redlinks {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline overline;

}
.redlinks:hover {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline overline;

}
.headlines {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
}
