.linksbetweenpages {
	font-size: 16px;
	text-decoration: none;
	background-image: url(../images/graybutton.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	display: block;
	font-weight: normal;
	text-align: center;
}
.linksbetweenpages:hover {
	color: #CCCCCC;
	background-image: url(../images/pressedgraybutton.gif);
}
.linkpriceguide:hover {
	color: #CCCCCC;
	background-image: url(../images/largepressedgraybutton.gif);
	font-size: 18px;
}
.linkpriceguide {
	background-image: url(../images/largegraybutton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: block;
	height: 60px;
	width: 158px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
}
.linksinpage {
	color: #999999;
}
.linksinpage:hover {
	color: #CCCCCC;
}
.linkpriceguidesmalltx:hover {
	color: #CCCCCC;
	background-image: url(../images/largepressedgraybutton.gif);
	font-size: 16px;
}
.linkpriceguidesmalltx {
	background-image: url(../images/largegraybutton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: block;
	height: 60px;
	width: 158px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
}