a.button:link, a.button:visited {
	display: block;
	width: 107px;
 	height:24px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
    background: url(/images/button.gif) no-repeat left top;

	color: white;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial, serif;
    text-align: center;
    float:left;
    margin: 2px;

}
a.button:hover {
	/* background: #c00; */
	background-position: right top;
}

a.button:active {
	/* background: #c00; */
	background-position: right bottom;
}

.button_off {
	background: url(/images/button.gif) no-repeat left bottom;
    width: 107px;
 	height:24px;
	line-height: 24px;
    margin: 2px;
    float:left;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial, serif;
    text-align: center;
}

a.button_up:link, a.button_up:visited {
	display: block;
	width: 22px;
 	height:20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
    background: url(/images/arrow_up.gif) no-repeat left top;

	color: white;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial, serif;
    text-align: center;
    float:left;
    margin: 2px;

}
a.button_up:hover {
	/* background: #c00; */
	background-position: right top;
}

a.button_up:active {
	/* background: #c00; */
	background-position: right bottom;
}

