/* Master link colors */
a:link {
	color: #164512;
	text-decoration: none;
}
a:visited {
	color: #164512;
	text-decoration: none;
}
a:hover {
	color: #592100;
	text-decoration: underline;
}
a:active {
	color: #DBBC13;
}

/* Site Headers */
.lrgHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
.medHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #004400;
}
.smHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}

/* Content text */
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.medText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.smText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

/* Special navagation text */
.cartBoxText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #770000;
}
.cartBoxText a:link {
	color: #770000;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #770000;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #FF6600;
	text-decoration: none;
}
.navLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #005500;
}
.navLinks a:link {
	color: #005500;
	text-decoration: none;
}
.navLinks a:visited {
	color: #005500;
	text-decoration: none;
}
.navLinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.navLinks a:active {
	color: #FF6600;
	text-decoration: none;
}
.historyLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #444444;
}
.historyLinks a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:active {
	color: #FF6600;
	text-decoration: none;
}
/* Add site specific styles below here */
.formInput {
	width: 500px;
}
.gunTag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #164512;
	font-size:15px;
	font-weight:bold;
}
