/* Master link colors */
a:link {
	color: #008789;
}
a:visited {
	color: #008788;
}
a:hover {
	color: #006FA4;
}
a:active {
	color: #0094D3;
}

/* Site Headers */
.lrgHdr, h1 {
	
	font-size: 18px;
	font-weight: bold;
	color: #008789;
	margin-bottom: 20px;
	display: block;
}
.medHdr, h2 {
	font-size: 14px;
	font-weight: bold;
	color: #008789;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.smHdr, h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

/* Content text */
.bodyText {
	
	font-size: 12px;
}
.medText {
	
	font-size: 11px;
}
.smText {
	
	font-size: 9px;
}
.smTextCap {
	
	font-size: 10px;
	font-variant: small-caps;
}
.errors {
	
	font-size: 13px;
	color: #BB0000;
}

/* Special navagation text */
.cartBoxText {
	
	font-size: 10px;
	color: #FFFFFF;
	width: 240px;
	background-color: #0063A0;
	text-align: left;
	border: 1px solid #222222;
	padding: 10px;
	margin-right: 20px;
}
.cartBoxText a:link {
	color: #F6DC00;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #F6DC00;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #FF9900;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #FF3333;
	text-decoration: none;
}
.navLinks {
	
	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 */
