﻿	.button_base a {
	display: block;
	width: 140px;
	padding-top: 6px;
	padding-bottom: 10px;
	font: bold 12px Copperplate Gothic Light;
;	color: #000;
	background: url("../images/button_base_css.jpg") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
	.button_base a:hover {	
		background-position: 0 -28px;
		color: #000;
		}
	.button_base a:active {
		background-position: 0 -56px;
		color:#000;
		}

		
	.button_sel a {
	display: block;
	width: 140px;
	padding-top: 6px;
	padding-bottom: 10px;
	font: bold 12px Copperplate Gothic Light;
	color: #000;
	background: url("../images/button_sel_css.jpg") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
		}
	.button_sel a:hover {	
		background-position: 0 -28px;
		color: #000;
		}
	.button_sel a:active {
		background-position: 0 -56px;
		color:#000;
		}


