p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}
table.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #292900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C88F;
	border-right-color: #666600;
	border-bottom-color: #474700;
	border-left-color: #9B9A6E;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.enabled {
	background-image: url(http://infojunky.net/images/ij_tiny16.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #292900;
	text-decoration: underline;
}
a:hover {
	color: #292900;
	text-decoration: underline overline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.contentcell {
	background-color: #B3B380;
	background-image: url(images/IJ-menubg.gif);
	background-repeat: repeat-x;
}


// Menu Tree Styles  //

    div.left {
        width: 190px;
        height: 100%;
        background-color: #ffffff;
    }
    td.top {
        background-color: #666600;
        line-height: 26px;
        text-indent: 10px;
        font-size: 14px;
        font-weight: bold;
        font-family: Futura, "Century Gothic", Arial;
        color: #B3B380;
    }
    td.section {
        padding: 6px 12px;
    }
    .click-menu {
        -moz-user-select: none;
    }
    .click-menu .box1 {
        background: url("images/tree-node.gif") no-repeat;
        padding-left: 19px;
        cursor: default;
    }
    .click-menu .box1-open {
        background: url("images/tree-node-open.gif") no-repeat;
        padding-left: 19px;
        cursor: default;
    }
    .click-menu .box1,
    .click-menu .box1-open, {
        color: #000000;
        font-family: arial;
        font-size: 12px;
    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
	color: #B3B380;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 1px;
	font-weight: bold;
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
        color: #000000;
        font-family: arial;
        font-size: 12px;
        height: 16px;
    }
    .click-menu .section {
        font-family: arial;
        font-size: 12px;
        line-height: 16px;
        display: none;
    }
    .click-menu .section a {
        color: #666600;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #B3B380;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        background: url("images/tree-leaf.gif") no-repeat;
        padding-left: 19px;
    }
    .click-menu .box2-last {
        background: url("images/tree-leaf-last.gif") no-repeat;
        padding-left: 19px;
    }
    </style>

// End Menu Tree  //

