body {
    background:#eefce3 url("images/background-soho.png") repeat-x;
}

#ws {
    background:transparent url("images/ws-soho.png") repeat-y;
}

#wsmain {
    border-top:2px solid #b7e282;
    border-bottom:2px solid #b7e282;
}

#wsbodyout {
    background:#fff url("images/wsbody-soho.png") repeat-x;
}

a:link, a:visited {
	color:#137400;
    text-decoration:none;
}

a:hover, a:active {
	color:#137400;
    text-decoration:underline;
}

h1, .document h1, .bx h1, .bxin h1 {
	color:#0b4200;
}

h2, .document h2, .bx h2, .bxin h2 {
	color:#137400;
}

h3, .document h3, .bx h3, .bxin h3 {
	color:#1aa000;
}

.bxin {
    padding:10px;
    overflow:hidden;
}

.bxin {
    padding:10px;
    overflow:hidden;
}

.bxin h1, .bxin h2, .bxin h3 {
    
}

.bxin li {
    list-style-image:url("images/li-soho.png");
}

#ft {
    color:#137a00;
}

/* document tabs */

.document .doctabs li a{
    background: white url('images/soho-doctabout.png') top left repeat-x;
    border-color:#b6f2aa;
}

.document .doctabs li a.selected{ /*selected main tab style */
    background-image: url('images/soho-doctabactive.png');
    border-color:#b6f2aa;
    border-bottom-color:#fff;
}

.document .doctabsframe {
    border-color:#b6f2aa;
}