/* Master link colors */
a:link {
	color: #008677;
}
a:visited {
	color: #008677;
}
a:hover {
	color: #7CB7B1;
}
a:active {
	color: #FFF4D6;
}

.image {
	text-decoration: none;
}

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

/* 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;
}
.medText2 {
	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: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008676;
}
.cartBoxText a:link {
	color: #008676;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #008676;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #7CB7B0;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #FFFF99;
	text-decoration: none;
}
.navLinks {
	font-family: Arial, Helvetica, sans-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: Arial, Helvetica, sans-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 */
h1 {
	font: 11pt/16pt Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
p {
	font: 10pt/18px Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 {
	font: bold 10pt/15px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.description {
	font-size: 8pt;
	color: #000000;
	line-height: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font: 9pt/18px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.price {
	padding: 3px;
	font-size: 14pt;
}
.tinytext {
	font-size: 7pt;
	line-height: 6pt;
}
.noticered {
	color: #993300;
}
