a.bigbutton:link, a.bigbutton:visited {
	border: 1px solid #6599cd;
	background-color: #eeeeee;
	text-align: center;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	width: 135px;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-family:tahoma,verdana,helvetica,arial; 
	font-size: 10px; 
	font-weight:bold;
	background-image: url('../images/button_shadow.gif');
}
a.bigbutton:hover	{
	border: 1px solid #c2ccd6;
	background-color: #eeeeee;
	text-align: center;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	width: 135px;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-family:tahoma,verdana,helvetica,arial; 
	font-size: 10px; 
	font-weight:bold;
	background-image: url('../images/button_shadow.gif');
}
a.smallbutton:link, a.smallbutton:visited {
	border: 1px solid #6599cd;
	background-color: #eeeeee;
	text-align: center;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	width: 60px;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-family:tahoma,verdana,helvetica,arial; 
	font-size: 10px; 
	font-weight:bold;
	background-image: url('../images/button_shadow.gif');
}
a.smallbutton:hover {
	border: 1px solid #c2ccd6;
	background-color: #eeeeee;
	text-align: center;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	width: 60px;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-family:tahoma,verdana,helvetica,arial; 
	font-size: 10px; 
	font-weight:bold;
	background-image: url('../images/button_shadow.gif');
}
a.largebutton:link, a.largebutton:visited {
	border: 1px solid #6599cd;
	background-color: #eeeeee;
	text-align: center;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	width: 160px;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-family:tahoma,verdana,helvetica,arial; 
	font-size: 10px; 
	font-weight:bold;
	background-image: url('../images/button_shadow.gif');
}
a.largebutton:hover	{
	border: 1px solid #c2ccd6;
	background-color: #eeeeee;
	text-align: center;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	width: 160px;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-family:tahoma,verdana,helvetica,arial; 
	font-size: 10px; 
	font-weight:bold;
	background-image: url('../images/button_shadow.gif');
}
