.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active
{
    font-size:11px; 
    color:#344d7b; 
    text-decoration:none; 
    font-weight:normal; 
}

/*rmi button small*/
a#rmibutton {
	background: url('rmibutton.png') no-repeat 0 0;
	width: 200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
a#rmibutton:hover { background-position: 0 -40px; }
a#rmibutton:active { background-position: 0 -80px; }

A.CommandButton:hover
{
    color:#344d7b; 
    text-decoration:underline; 
    font-size:11px; 
    font-weight:normal; 
}














