.lucinda {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	filter: Alpha(Opacity=60);
/* CSS3 standard */
    opacity:0.6;
    /* for Mozilla */
    -moz-opacity:0.6;
}
.background {
	background-color: #CCCCCC;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:1.0;
    /* for Mozilla */
    -moz-opacity:1.0;
}
.niettrans {
/* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity:1.0;
    /* for Mozilla */
    -moz-opacity:1.0;}
.muis.uit {background: #CCCCCC;
 /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:1.0;
    /* for Mozilla */
    -moz-opacity:1.0;
}
.muis.aan {background: #666666;
 /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:1.0;
    /* for Mozilla */
    -moz-opacity:1.0;
}

.trans {
 /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    /* for Mozilla */
    -moz-opacity:0.6;
}
