@CHARSET "ISO-8859-1";

.button_green_130 {
	width: 130px;
	height: 45px;
	background-image: url(buttons/button_green_130.png);
	text-align:center;
	line-height:45px;
	font-size: 1em;
	font-weight:bold;
}

.button_red_small {
	width: 120px;
	height: 42px;
	background-image: url(buttons/button_red_small.png);
	text-align: center;
	line-height: 40px;
	font-size: 0.9em;;
	font-weight: bold;
}

.button_red_small_white_bg {
	width: 120px;
	height: 42px;
	background-image: url(buttons/button_red_small_white_bg.png);
	text-align: center;
	line-height: 40px;
	font-size: 0.9em;;
	font-weight: bold;
}	

.button_red_small a, .button_red_small_white_bg a {
	color: #000;
	display: block;
	width: 120px;
	height: 42px;
}

.button_red_small a:visited, .button_red_small_white_bg a:visited {
	color: #000;
}
.button_red_small a:hover, .button_red_small_white_bg a:hover {
	color:#fff;
}

.button {
	width: 200px;
	height: 70px;
	background-image:url(buttons/button_1.png);		
	text-align:center;
	line-height:70px;
	font-size: 1.5em;
	font-weight: bold;
}	
.button_green_130 a {
	color: #fff;
	display:block;
	width: 130px;
	height: 45px;
}
.button_green_130 a:visited {
	color: #fff;
}	
.button_green_130 a:hover {
	color: #990000;	
}