A {text-decoration: none;} 
.txf
{ 
	font-family: Arial; 
	font-size: 10px; 
	color: #000000; 
	background-color: #ffffff; 
	border: 1px #999999 solid
	
}
.arial-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.arial-sm-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F2A201;
	text-decoration: underline;
}
.arial-med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arial-med-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.arial-med-bold:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

.arial-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339933;
	font-weight: bold;
}
.bold-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bold-underline:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #F2A201;
}
.normal-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	
}
.normal-underline:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F2A201;
}
.button 
{ 
	font-family: Arial; 
	font-size: 8pt; 
	color: #999999; 
	font-weight: bold ; 
	background-color: #d3d3d3; 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
