
/* Site-wide style sheet for the REAL Canadian Bacon Co. */
/* EC 11/26/01 */
	
/*  This section sets the basic page structure and font properties */

	body { font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; background-color: white; margin: 0px }
	span, div, p, td, th, li { font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }

	/* Standard header structure */
	h1.stdHeadStruct {}  /* For future use */
	span.stdHeadSmall { font-size: 10pt; font-family: "Times New Roman", Georgia, "Times Roman", Times, serif }
	span.stdHeadLarge { color: maroon; font-size: 12pt }

	/* Uniform page margins */
	div.stdPgMargins { margin-left: 10px; margin-right: 10px }

	/* Standard style for faq's, shipping, privacy */
	span.faqHead { font-size: 10pt; font-weight: bold }
	div.faqIndent { padding-left: 30px; padding-right: 30px }
	hr.faqDivider { color: silver; height: 1px; width: 50% }

/* Left side navigation links are controlled here.  Basic definitions are: */
/* leftNavHeading: Section heading style (i.e., "Shopping," etc.) */
/* leftNavCurrPg: Non-clickable link showing that this is the current page */
/* leftNav: Clickable link style */
/* leftNav:hover: Link style when cursor is held over link */

	span.leftNavHeading { color: maroon; font-weight: bold }
	span.leftNavCurrPg { color: maroon; font-size: 8pt }
	a.leftNav { color: #333333; font-size: 8pt; text-decoration: none }
	a.leftNav:hover { color: black; text-decoration: underline }

/* Banner navigation links are controlled here.  Definitions are: */
/* topNavStyle: The basic style of text used for all banner navigation links */
/* topNavCurrPg: Non-clickable link indicating this is the current page */
/* topNav, topNav:hover: Clickable link styles, similar to left navigation */
/* Note: Background attribute is needed to futz netscape 6 */

	span.topNavStyle { background: #ab0021; color: #e0e0e0; font-size: 9pt; font-weight: bold }
	span.topNavCurrPg { background: #ab0021; color: white }
	a.topNav { background: #ab0021; color: #e0e0e0; text-decoration: none }
	a.topNav:hover { background: #ab0021; color: white; text-decoration: underline }

/* Small print in red */

	span.tinyRed { color: #ab0021; font-size: 8pt }

/* Copyright style */

	span.copy { color: #333333 }
	span.copyRCBName { font-weight: bold }