.link {
	color:#060;
}
a {
	text-decoration:underline;
	color:#191919;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {text-decoration:none;}

.button1, .button2 {
	display:block;
	color:#FFF;
	text-decoration:none;
	line-height:1em;
	float:left;
	font-size: 12px;
	font-weight: bold;
}
.button1 span, .button2 span {
	display:block;
}
.button1 span span {
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-left: 10px;
	}
.button1:hover, .button2:hover {
	text-decoration:underline;
	}
.button1 {
	background-image: url(images/button1-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.button1 span {
	background-image: url(images/button1-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.button1 span span {
	background-image: url(images/button1-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.button2 span span {
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
.button2 {
	background:url(images/button2-bg.gif) left top repeat-x;
	background-repeat: repeat-x;
	background-position: left top;
	}
.button2 span {
	background:url(images/button2-left.gif) left top no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	}
.button2 span span {
	background:url(images/button2-right.gif) right top no-repeat;
	background-repeat: no-repeat;
	background-position: right top;
	}



