/* begin colorlessprint.css */

@import url(print.css);

.data {background-color: #ffffff;}
.data .data {background-color: #ffffff;}

.mt {color: black; text-decoration: none; font-style: normal; font-weight: bold;}
.mt .m {color: black; text-decoration: none; font-style: normal; font-weight: normal;}
.mt .k {color: black; text-decoration: underline; font-style: normal; font-weight: normal;}
.mt .l {color: black; text-decoration: underline; font-style: italic; font-weight: normal;}

.mk {color: black; text-decoration: none; font-style: normal; font-weight: bold;}
.mk .m {color: black; text-decoration: underline; font-style: normal; font-weight: normal;}
.mk .k {color: black; text-decoration: none; font-style: normal; font-weight: normal;}
.mk .l {color: black; text-decoration: underline; font-style: normal; font-weight: normal;}

.lk {color: black; text-decoration: none; font-style: normal; font-weight: bold;}
.lk .m {color: black; text-decoration: underline; font-style: italic; font-weight: normal;}
.lk .k {color: black; text-decoration: underline; font-style: normal; font-weight: normal;}
.lk .l {color: black; text-decoration: none; font-style: normal; font-weight: normal;}

.m-k {color: black; text-decoration: underline; font-style: italic; font-weight: normal;}
.m-l {color: black; text-decoration: underline; font-style: italic; font-weight: normal;}
.k-l {color: black; text-decoration: underline; font-style: italic; font-weight: normal;}
.m-k-l {color: black; text-decoration: none; font-style: normal; font-weight: bold;}

.jn .m {color: black; text-decoration: none; font-style: italic; font-weight: normal;}
.jn .k {color: black; text-decoration: none; font-style: italic; font-weight: normal;}
.jn .l {color: black; text-decoration: none; font-style: italic; font-weight: normal;}

/* end colorlessprint.css */