/***************** main generic styles *******************/

BODY {
background-color: #EDEBE8;
SCROLLBAR-FACE-COLOR: #e6e6e6;
SCROLLBAR-HIGHLIGHT-COLOR: #d3d3d3;
SCROLLBAR-SHADOW-COLOR: silver;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: gray;
SCROLLBAR-TRACK-COLOR: #f3f3f3;
SCROLLBAR-DARKSHADOW-COLOR: white
}

.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; color: #887F6E;
}

.normal a:link {
color: #887F6E;
text-decoration: underline;
}

.normal a:hover {
color: #887F6E;
text-decoration: underline;
}

.normal a:visited {
color: #887F6E;
text-decoration: underline;
}

.normal textarea {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #887F6E;
	background-color: #130F01;
	font-size: 11px;
	width: 300px;
}

.normal input {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #887F6E;
	background-color: #130F01;
	font-size: 11px;
}


.error	{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px; color: #FF3300;
}

.formerror	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300 !important;
	font-weight: bold;
}

image{
border-color: #999998
}



LI{list-style-image: url("images/bullet_plus.gif");}

.submitimage {
	border: 0px solid #000000 !important;
	width: 49px !important;
}

.newsletterimage {
	border: 0px solid #000000 !important;
	width: 152px !important;
}


    td.top {
        background-color: #999999;
        line-height: 26px;
        text-indent: 10px;
        font-size: 10px;
        font-weight: bold;
        font-family: tahoma;
        color: #ffffff;
    }
    td.section {
    }
    .click-menu {
        -moz-user-select: none;
    }
    .click-menu .box1 {
        background: url("images/tree-node.gif") no-repeat;
        cursor: hand;
    }
    .click-menu .box1-open {
        cursor: hand;
    }
    .click-menu .box1,
    .click-menu .box1-open, {
        color: #000000;
        font-family: arial;
        font-size: 11px;
    }
    /* mozilla fix */
    html>body .click-menu .box1,
    html>body .click-menu .box1-open {
        color: #000000;
        font-family: arial;
        font-size: 11px;
        line-height: 16px;
    }
    /* ie fix */
    * html .click-menu .box1,
    * html .click-menu .box1-open {
        color: #000000;
        font-family: arial;
        font-size: 11px;
        height: 16px;
    }
    .click-menu .section {
        font-family: arial;
        font-size: 10px;
        line-height: 16px;
        display: none;
    }
    .click-menu .section a {
        color: #FFFFFF;
		font-size: 11px;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #FFFFFF;
		font-size: 11px;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        background: url("images/tree-leaf.gif") no-repeat;
    }
    .click-menu .box2-last {
        background: url("images/tree-leaf-last.gif") no-repeat;
    }
	
    .nav {
        font-family: arial;
        font-size: 11px;
    }