.maintext    { font-family: Verdana; Arial; Helvetica; font-size: 10pt }


a.button2{
		font-family: verdana , Arial, Helvetica;
		text-decoration:none;
		font-weight:bold;
		font-size:11px;
		color:#ffff55;	
		background:#D03D29;
		border-style:outset;
	  	line-height:14px;
		height:14px;
		border-top-width:2px;
		border-left-width:2px;
		border-right-width:2px;
		border-bottom-width:2px;
		border-left-color:#cc8888;
		border-top-color:#cc8888;
		border-bottom-color:#b14444;
		border-right-color:#b14444;
		padding-left:3px;
		padding-top:0px;
		padding-right:3px;
		padding-bottom:0px;
	        margin-top: 0px;
  	        margin-bottom: 1px;
	        margin-left: 0px;
		margin-right:0px;
}

a:hover.button2	{
		color:#aa0000;
		background:#eeee00;
}