/* Master link colors */
a:link {
	color: #BF2C20;
}
a:visited {
	color: #BF2C20;
}
a:hover {
	color: #212120;
}
a:active {
	color: #0094D3;
}

/* Site Headers */
.lrgHdr, h1 {
	font-size: 18px;
	color: #0B0670;
	margin-bottom: 0px;
	display: block;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.medHdr, h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0B0670;
	line-height: 18px;
}
.smHdr, h3 {
	font-size: 13px;
	font-weight: bold;
	color: #0B0670;
	line-height: 18px;
}

/* Content text */
.bodyText {
	font-size: 12px;
}
.medText {
	font-size: 11px;
}
.smText {
	font-size: 10px;
}
.smTextCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}
.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: #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-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 */

.copyright {
	font-size: 11px;
	color: #555555;
	letter-spacing: 1px;
	line-height: 15px;
	height: 113px;
	vertical-align: bottom;
	font-style: italic;
	text-align: right;
}
.copyright-medHdr
  {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	line-height: 22px;
}
