<!--
BODY {
	background-color: #EAEAEA;
	margin: 10px;
}
a IMG {
	border: 0;
}
.boxcontent {
	background-image: url(../images/boxbg.gif);
	background-repeat: repeat-y;
}
.boxcontent, .boxcontent TD {
	color: #836B4F;
	font-family: arial;
	font-size: 10pt;
}
.boxtop {
	background-image: url(../images/boxtop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 11px;
}
.navbar {
	width: 100%;
	padding-bottom: 6px;
}
.navbar TD, .navbar TD a:link, .navbar TD a:visited, .navbar TD a:active {
	font-family: Times New Roman, Times, Serif;
	font-size: 11pt;
	text-decoration: none;
	color: #836B4F;
}
.navbar TD a:hover {
	text-decoration: underline;
}
.navbar INPUT {
	background-color: #FFF;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	font-family: Times New Roman, Times, Serif;
	font-size: 11pt;
	color: #836B4F;
}
.itemHead {
	vertical-align: top;
	height: 1%;
	padding-top: 5px;
}
.itemHead, .itemHead a:link, .itemHead a:visited, .itemHead a:active {
	color: #836B4F;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.itemHead a:hover {
	text-decoration: underline;
}
.itemDesc {
	color: #836B4F;
	font-family: arial;
	font-size: 10pt;
	padding-bottom: 8px;
	vertical-align: top;
}
.itemPic {
	width: 170px;
	padding-left: 10px;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 4px;
}
.itemPic .itemThumb {
	border-style: solid;
	border-width: 2px;
	border-color: #836B4F;
}
.itemPic, .itemPic a:link, .itemPic a:visited, .itemPic a:active {
	color: #836B4F;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
.itemPic a:hover {
	text-decoration: underline;
}
.main {
	width: 576px;
}

/* EDITOR CLASSES */
.CMS {
	padding: 5px;
}
.CMS, .CMS TD {
	font-size: 10pt;
	font-family: arial;
	color: #836B4F;
	background-color: #FFF5E1;
}


//-->