BODY {
	font-size: 100%;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : Black;
	font-weight : normal;
}
H1  {
	font-size : 17px;
	color : #483D8B;
	font-weight : bold;
	text-align : center;
}
A {
	font-size : 11px;
	font-weight : bold;
	color: #483D8B;
}
A:Visited, Active  {
	color : #483D8B;
}
A:Hover  {
	color : #333399;
}


H2  {
	font-size : 14px;
	color : #483D8B;
	font-weight : bold;
}
H3  {
	font-size: 13px;
	color: black;
	font-weight: bold;
}
.tm {font-size : 10px;}
TD  {
	font-size: 11px;
	color: Black;
	font-weight: normal;
}
/* Used on FluteSale page to format flute image cell */
TD.flute  {
	width: 255px;
	text-align: center;
}
li  {
	color : Black;
	font-weight : normal;
}
.abn {
	FONT-SIZE: 10px;
	COLOR: #ffcc66;
	font-style: normal;
}
TD.contentbox {
	vertical-align: top;
}
/* disclaimer section of footer */
.footer {
	FONT-SIZE: 9px;
	COLOR: #804000;
	background-color: #f0f8ff;
	width: 950px;
	text-align: center;
	max-height: 30px;
}
.footerindex {
	FONT-SIZE: 9px;
	COLOR: #804000;
	background-color: #f0f8ff;
	width: 950px;
	text-align: center;
}
/* block0 not used, but keeping for block formating tips */
.block0 {
	BORDER-RIGHT: #ff6600 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #ff6600 1px solid;
	PADDING-TOP: 6px;
	BORDER-LEFT: #ff6600 1px solid;
	PADDING-LEFT: 6px;
	BORDER-BOTTOM: #ff6600 1px solid;
	PADDING-BOTTOM: 6px;
	FONT-SIZE: .8em;
	width: 500px;
}

/* Formats boarder around pictures */
.pix {
	BORDER-RIGHT: DarkGray 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #cccccc 2px solid;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #cccccc 2px solid;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: DarkGray 1px solid;
}

/* class note: formats Notations eg Note or NB. Includes bulleted notes */
.note  {
	color: #4682B4;
	font-weight: bold;
}

/* class goldnote: format for information to standout to viewers */
.goldnote  {
	color : #cc9900;
	font-weight : bold;
}

/* class littlred: format for important notes and SOLD signs */
.littlered  {
	color : #cc0000;
	font-weight : bold;
}

/* class bigred: format for larger notes that require extra viewer attention */
.bigred  {
	font-size : 15px;
	color : #cc0000;
	font-weight : bold;
}

/* class quote: used on various pages where quotations are printed */
.quote  {
	color : #660000;
	font-weight : normal;
	font-style : italic;
}

/* class tablehead: used to format font for table headings eg events page */
.tablehead  {
	color : black;
	font-weight : bold;
}

/* class tabdiv: table divider used on supplies page instead of spacer gif */
.tabdiv  {
	font-size : 11px;
	color : #663333;
}

/* no obvious use found */
#nostyle ul, #nostyle li {
	padding: 0;
	margin: 0;
	LIST-STYLE-TYPE: none;
}

/* defines width and format for boxes */
TABLE#timber-box {
	MARGIN-LEFT: 0px;
	WIDTH: 750px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	BORDER: Black 0px solid;
	background-color: White;
	vertical-align: top;
}
TD#timber-left {
	BORDER: Black 0px solid;
	PADDING: 5px;
	WIDTH: 50%;
	BACKGROUND-COLOR: #ffffff;
}
TD#timber-right {
	BORDER: Black 0px solid;
	PADDING: 5px;
	WIDTH: 50%;
	BACKGROUND-COLOR: #ffffff;
}
/* used to define alignment for left and right page titles on Flute pages */

#left-title {
	BORDER: black 0px solid;
	PADDING: 0px;
	FLOAT: left;
	WIDTH: 460px;
	MARGIN: 0px;
	BACKGROUND-COLOR: #f0f8ff;
	text-align: left;
}
#right-title {
	BORDER: black 0px solid;
	PADDING: 0px;
	FLOAT: right;
	WIDTH: 460px;
	MARGIN: 0px;
	BACKGROUND-COLOR: #f0f8ff;
	text-align: right;
}
/* no use recorded*/
#flutefooter {
	CLEAR: both;
}
/* box formats for Smudge herb page */
#boxwrapperSmudge {
	MARGIN-LEFT: 0 auto;
	WIDTH: 100%;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-spacing: 0px;
	BORDER-COLLAPSE: separate;
}

#leftboxSmudge, #rightboxSmudge {
	BORDER-RIGHT: #ffffff 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #ffffff 1px solid;
	PADDING-LEFT: 6px;
	FLOAT: left;
	PADDING-BOTTOM: 6px;
	BORDER-LEFT: #ffffff 1px solid;
	WIDTH: 290px;
	MIN-WIDTH: 290px;
	MARGIN-RIGHT: 1px;
	PADDING-TOP: 6px;
	BORDER-BOTTOM: #ffffff 1px solid;
	BACKGROUND-COLOR: #ffffff
}
#rightboxSmudge {
	FLOAT: right;
	WIDTH: 290px;
}