body { 
behavior: url(csshover.htc) 
} 


.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.txt9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-left: 5px;
}

.button 
{
/*display: block;*/
background-color:#F4F4F4;
border:#333333;
border-width:1px;
border-style:solid;
text-align: center;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color:#333333;
}

.button:hover
{
background-color:#CCCCCC;
border:#000000;
border-width:1px;
border-style:solid;

}
