/* Master link colors */
a:link {
	color: #962B27;
	text-decoration: none;
}

a:visited {
	color: #962B27;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* Site Headers */
.lrgHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d8182a;
}
.medHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.smHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* Content text */
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Special navagation text */
.cartBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F7EBCC;
	padding-left: 20px;
}
.cartBoxText a:link {
	color: #F7EBCC;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #F7EBCC;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #003399;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #962B27;
	text-decoration: none;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}

/* extra navagation buttons */

.downloads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:24px;
	background-image: url(/images/downloadbttnbg.gif);
} 
.downloads a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
.downloads a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
.downloads a:hover { 
	color: #A41126;
	text-decoration: none;
}
/* Sidebar Stuff */

.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.sidebarText a:link {
	color: #003399;
	text-decoration: underline;
}
.sidebarText a:visited { 
	color: #003399;
	text-decoration: underline;
}
.sidebarText a:hover { 
	color: #962B27;
	text-decoration: none;
}
.sidebar {
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1F0309;
}

/* Form Stuff */

.searchForm {
	width: 60px;
}
.qtyForm {
	width: 25px;
}
.featuredTableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.featuredTableText a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.featuredTableText a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.featuredTableText a:hover {
	color: #962B27;
	text-decoration: none;
}
.featuredTableText a:active {
	color: #FF6600;
	text-decoration: none;
}
.smTextGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	font-weight: bold;
}

