/* Master link colors */
a:link {
	color: #336666;
}
a:visited {
	color: #336666;
}
a:hover {
	color: #006699;
}
a:active {
	color: #2686CD;
}

/* Site Headers */
.lrgHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #336666;
	font-weight: bold;
	font-variant: small-caps;
}
.medHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
	font-variant: small-caps;
}
.smHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}

/* Content text */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336666;
	background-color: #FFFFFF;
	display: block;
	text-align: center;
	padding-top: 10px;
}
.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: 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;
}

/* Add site specific styles below here */
.smTextLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding: 4px;
	width: 300px;
	border: 1px solid #336666;
	text-align: center;
	background-color: #006699;
	margin-bottom: 5px;
}
.button a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
