th {
	font-size: 12px;
	color: #FFCCCC;
	text-align: left;
	font-weight: bold;
	background-color: #666633;
}
table {
	border: 2px solid #666633;
}
.quote-button {
	background-color: #FFCCCC;
	border: 2px;
	border-style: solid;
	border-top-color: #FFEAEA;
	border-right-color: #FFACAC;
	border-bottom-color: #FFACAC;
	border-left-color: #FFEAEA;
	text-align: center;
	height: 25px;
	width: 100px;
	padding-top: 2px;
}
.quote-button:hover {
	background-color: #666633;
	border-top: 2px solid #3A3A15;
	border-right: 2px solid #C1C17A;
	border-bottom: 2px solid #C1C17A;
	border-left: 2px solid #3A3A15;
}
.quote-button a {
	font-weight: bold;
	color: #666633;
	font-size: 9px;
}
.quote-button a:hover {
	color: #FFCCCC;
	text-decoration: none;
}
.sub-header {
	font-weight: bold;
	color: #666633;
	text-align: center;
}

