body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 10px;
	font-size: 10pt;
	background-position: 0px 0px;
	padding: 0px;
}
td {
	font-size: 10pt;
}
th {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 10pt;
}
a:visited {
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	text-decoration: none;
	color: #C5D8B6;
}
a:link {
	text-decoration: none;
	color:  #4C8618;
}
h1 {
	font-size: 14pt;
	font-weight: 300;
}

h3 {
	font-size: 12pt;
	font-weight: 800;
}
.smalltext {
	font-size: 8pt;
	
}
.smalltext A:link
{
	color: #9AC06D;
	text-decoration: none;
	font-size: 8pt;
}

.smalltext A:hover
{
    color: #C5D8B6;
	text-decoration: none;
	font-size: 8pt;
}

.smalltext A:visited
{
	color: #CC3333;
  	text-decoration: none;
	font-size: 8pt;
}


.headtext A:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: 500;
}

.headtext
{
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: 500;
}


.headtext A:visited
{
	color: #FFFFFF;
    text-decoration: none;
	font-size: 9pt;
	font-weight: 500;
}


.tm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: super;
}
.menutab {
	font-size: 9pt;
}


/* styles for drop down menus */
.ulmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:2;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #4C8618;
	padding: 2px 10px;
	z-index:2;
}

#nav li li a:hover {
	padding: 2px 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
	z-index:2;
}

.ulmenu li {
	float: left;
	position: relative;
	width: 150px;
	text-align: center;
	cursor: default;
	/*background-color: #D5E5BE;*/
	border: 0px solid #7d6340;
	z-index:2;
}

.ulmenu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -41; /* this is for IE to center the menus */

	font-weight: normal;
	background-color: #FEFAD7;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
	border-bottom: solid 1px #7d6340;
	border-left: solid 1px #7d6340;
	z-index:2;
}

.ulmenu li>ul {
	top: auto;
	left: auto;
	z-index:2;
}

.ulmenu li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	z-index:2;
}

.ulmenu li:hover ul, li.over ul {
	display: block;
	z-index:2;
}

/* styles for drop down menus */
.ulmenu2 {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:1;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #4C8618;
	padding: 2px 10px;
	z-index:1;
}

#nav li li a:hover {
	padding: 2px 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
	z-index:1;
}

.ulmenu2 li {
	float: left;
	position: relative;
	width: 150px;
	text-align: center;
	cursor: default;
	/*background-color: #D5E5BE;*/
	border: 0px solid #7d6340;
	z-index:1;
}

.ulmenu2 li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -41; /* this is for IE to center the menus */

	font-weight: normal;
	background-color: #FEFAD7;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
	border-bottom: solid 1px #7d6340;
	border-left: solid 1px #7d6340;
	z-index:1;
}

.ulmenu2 li>ul {
	top: auto;
	left: auto;
	z-index:1;
}

.ulmenu2 li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	z-index:1;
}

.ulmenu2 li:hover ul, li.over ul {
	display: block;
	z-index:1;
}

.CopyrightText {
	font-size: 8pt;
	color:#009999;
}

.catalog li
{
padding-left:0px;
position:absolute;
top:auto;
left:-10;
}

