﻿a {
	color: #330033;
	text-decoration: underline;
}
a:hover {
	color: olive;
	text-decoration: none;
}
a:active {
	color: olive;
	text-decoration: none;
}
body {
	background-color: #432443;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 10px;
}
table {
	background-color: #ffefc6;
	font-family: inherit;
	font-size: inherit;
	border-collapse: collapse;
}
tbody {
	background-color: #ffefc6;
	font-family: inherit;
	font-size: inherit;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: silver 1px 1px 1px;
	color: olive;
}
a.headerbookmark {
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: olive;
	font-style: italic;
}
h3 {
	color: #330033;
	font-size: 12pt;
	font-style: italic;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.paddedleft {
	text-align: left;
	padding: 6px;
}
.paddedcenter {
	text-align: center;
	padding: 3px;
}
.border-right {
	border-right: 1px purple solid;
}
.border-left {
	border-left: 1px purple solid;
}
.small {
	font-size: 8pt;
}
.price {
	color: #432443;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
}
.navbutton {
	background-color: #ffefc6;
	text-align: center;
	margin-top: 10px;
	padding-top: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	border: 1px #330033 dotted;
	height: 22px;
	width: 106px;
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
}
div.navcenter {
	margin: 0 auto;
}
.patternbackgroundrightalign {
	background-image: url('../images/styles/background-creamcross.gif');
	text-align: right;
}
.patternbackgroundleftalign {
	text-align: left;
	background-image: url('../images/styles/background-creamcross.gif');
}
.margin3px6px {
	margin: 3px 6px;
}
.patternbackground {
	background-image: url('../images/styles/background-creamcross.gif');
}
.patternbackgroundpadded {
	background-image: url('../images/styles/background-creamcross.gif');
	padding: 2px;
}
.textolive {
	color: #808000;
}
.bookmark {
	font-style: italic;
	font-size: 13pt;
	font-weight: 700;
	vertical-align: top;
	line-height: 26pt;
	text-align: center;
	word-spacing: 4px;
	letter-spacing: 4px;
}
.christmas {
	background-color: red;
	color: white;
	border: 1px #008000 solid;
}
.callout {
	border: 3px #f4deaa solid;
	background-color: #fff2d0;
	font-size: 15px;
	padding: 8px;
}
.tag {
	color: #432443;
	font-style: italic;
	font-size: 10pt;
	letter-spacing: 2px;
	padding: 3px;
	text-align: left;
}
.cellheaders {
	text-align: center;
	color: #330033;
}
.picmargin {
	margin: 6px 3px;
}
.tablecaption {
	text-align: center;
	font-size: small;
}
.captionsmall {
	font-size: small;
}
/*AnyLink Drop-Down Vertical Nav CSS */
.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px #330033 dotted;
	border-bottom-width: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 22px;
	z-index: 100;
	background-color: #ffefc6;
	width: 120px;
	text-align: center;
	margin-left: 5px;
	padding-top: 4px;
}
.anylinkcss a {
	color: #330033;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	text-indent: 5px;
}
.anylinkcss a:hover {
	/*hover background color*/
	background-color: #ffefc6;
	color: olive;
}
