<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.button
{
	background-image:url(../images/button/mButton.png);
	color:#FF00E7;
	display:inline;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:13px;
	line-height:12px;
	margin-top:5px;
	padding:3px 5px;
	text-decoration:none;
}

a.button:hover
{
	color: black !IMPORTANT;
}

span.lButton
{
	background-image: url(../images/button/lButton.png);
	width: 10px;
	height: 19px;
	overflow: hidden;
	display: block;
	float: left;
	margin-top:5px;
}

span.rButton
{
	background-image: url(../images/button/rButton.png);
	width: 10px;
	height: 19px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top:5px;
}

a.button_top
{
	display: block;
	float: right;
	margin-right: 20px;
	display: inline;
	color: #25286B;
	font-weight: bold;
	text-decoration: none;
}

a.button_small
{
	display: block;
	float: left;
	display: inline;
	margin-top: 5px;
	color: #25286B;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.button_small:hover
{
	color: blue;
}

a.error
{
	display: block;
	display: inline;
	margin-top: 5px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a.error:hover
{
	color: orange;
}</pre></body></html>