/* Master link colors */
a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #660000;
}
a:focus {
	color: #660000;
}
a:active {
	color: #993300;
}

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

/* Content text */
.bodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}
.medText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.smText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 15px;
	background-color: #111111;
	display: block;
	text-align: left;
}
.errors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BB0000;
}

/* Special navagation text */
.cartBoxText {
	font-family: Arial, Helvetica, sans-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: #FFBF26;
	background-color: #005530;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005530;
}
.navLinks a:link {
	text-decoration: none;
	color: #FFBF26;
}
.navLinks a:visited {
	color: #FFBF26;
	text-decoration: none;
}
.navLinks a:hover {
	color: #FFBF26;
	text-decoration: none;
}
.navLinks a:active {
	color: #FFBF26;
	text-decoration: none;
}

/* Add site specific styles below here */
.lrgText {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
}
.bodyTextGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #005530;
}
.bodyTextGold {

	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #9B7912;
}
.bodyTextBlue {


	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #263770;
}
