﻿.buttonGen a {
	display:block;
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	
	font-family: Verdana;
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	line-height: 25px;
	color: #000080;
}
.buttonGen a:hover {
	color: #0000FF;
}

.smallbutton a {
	width:90px;
	background-image: url('../Images/buttons/button.jpg');
	
}
.smallbutton a:hover { 
	background-image: url('../Images/buttons/hover.jpg');
	background-position: center;
}

.mediumbutton a{
	width: 120px; 
	background-image: url('../Images/buttons/button_med.jpg');
}

.mediumbutton a:hover {
 background-image: url('../Images/buttons/hover_med.jpg');
}

.largebutton a{
	width: 140px;
	background-image: url('../Images/buttons/button_lg.jpg');
}

.largebutton a:hover {
	background-image: url('../Images/buttons/hover_lg.jpg');
}

