body {
	font-size: 9pt;
              color: #606060;
	line-height: 13pt;
}

body {
    scrollbar-base-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color:#BEBEBE;
	scrollbar-3dlight-color:#BEBEBE;
	scrollbar-darkshadow-color:#BEBEBE;
	scrollbar-track-color: #FFFFFF;
}

a{text-decoration:none;}

a:link {
	color: #606060;
	text-decoration:none;              
}

a:visited {
	color: #606060;
              text-decoration:none;
}

a:active {
	color: #606060;
	text-decoration:none;
}

a:hover {
             color: #459e03;
             background-color:#FFFFFF;
             text-decoration:overline underline;
             position : relative;top:1px;left:1px;
}

a:active {
    behavior: expression(
        this.target =
            (this.target !=  '_blank') ?
                this.target : '_self'
    );
}

table,th,td {
              color: #606060;
              font-size: 9pt;
              line-height: 14pt;
}

a:active {
    behavior: expression(
        this.target =
            (this.target !=  '_blank') ?
                this.target : '_self'
    );
}
