/*Style for the background-bar*/
.norepeat{background-repeat:no-repeat; background-position=top right;}

/*Style for the scrollbar */
.scrollbar
{
	overflow			:auto;
	scrollbar-3dlight-color		:#000000;
        scrollbar-arrow-color		:#000000;
        scrollbar-base-color		:#602E14;
        scrollbar-track-color		:#602E14;
        scrollbar-darkshadow-color	:#000000;
        scrollbar-face-color		:#602E14;
        scrollbar-highlight-color	:#602E14;
        scrollbar-shadow-color		:#602E14;
}

