@charset "UTF-8";
/* CSS Document */

/* Colors
gold = #f2c10d
bone = #f2edd9
brown = #4d4119
lt blue = #8c9dd9
dk blue = #263773
royal = #264dd9
*/


body {
	background-color: #f2edd9;
	background-image: url(images/bgwatermark.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
}

body, tr, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4119;
}

.footer {
	font-size: 9px;
}

.lightondark {
	color: #f2edd9;
}

.note {
	color: #264dd9;
	font-weight: bold;
	font-size: 14px;
}

.heading1 {
	color: #263773;
	font-size: 18px;
	font-weight: bold;
}

.heading2 {
	color: #263773;
	font-size: 15px;
}

.storyheading1 {
	color: #c9cddc;
	background-color: #263773;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
}

.storybg {
	background-color: #c9cddc;
	vertical-align: top;
}

.retail {
	font-size: 14px;
	font-weight: bold;
}

.sale {
	font-size: 14px;
	font-weight: bold;
	color:#CC3333;
}

.nosale {
	font-size: 14px;
	text-decoration:line-through;
}

.important {
	color: #CC0000;
}

a.menu:hover {
	background-color: #8c9dd9;
}

a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F2EDD9;
	text-decoration: none;
}

a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F2EDD9;
	text-decoration: none;
}

a.store:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4119;
	text-decoration: underline;
}

a.store:hover {
	background-color: #8c9dd9;
}

a.store:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4119;
	text-decoration: underline;
}

dt {
	font-weight: bold;
}

.flashy {text-decoration: blink; color: #cc0000; }

/* created 0812 by Erin Cunia, revised 14-apr-10 */