/* Master link colors */
a:link {
	color: #046511;
}
a:visited {
	color: #046511;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #FFCC33;
}

/* Site Headers */
.lrgHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #046511;
}
.medHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #046511;
}
.smHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #046511;
}

/* Content text */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
.medText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003300;
}


/* 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: 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 */
