
.buttons a {
	color: White;
	border: 1px solid;
	background-color: #1e302e;
	padding: 2px;
	padding-left: 3px;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #A9A9A9 #A9A9A9 #A9A9A9 #A9A9A9;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	width: 110px;
}

.buttons2 a {
	color: White;
	border: 1px solid;
	background-color: #1e302e;
	padding: 2px;
	padding-left: 3px;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #A9A9A9 #A9A9A9 #A9A9A9 #A9A9A9;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	width: 226px;
}

.buttons a:hover {
border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #8e3625;
border-color: #A9A9A9 #A9A9A9 #A9A9A9 #A9A9A9;
color: #dfd7a5;
text-decoration: none;
}

.buttons2 a:hover {
border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #8e3625;
border-color: #A9A9A9 #A9A9A9 #A9A9A9 #A9A9A9;
color: #dfd7a5;
text-decoration: none;
}

.caption {
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
	color: #1e302e;
}

.caption2 {
	padding-top: 3px;
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
	color: #1e302e;
}