/* begin carlson4print.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: normal;}
.mt .m {color: blue; text-decoration: none; font-style: normal; font-weight: normal;}
.mt .k {color: red; text-decoration: none; font-style: normal; font-weight: normal;}
.mt .l {color: green; text-decoration: none; font-style: normal; font-weight: normal;}

.mk {color: black; text-decoration: none; font-style: normal; font-weight: normal;}
.mk .m {color: blue; text-decoration: none; font-style: normal; font-weight: normal;}
.mk .k {color: red; text-decoration: none; font-style: normal; font-weight: normal;}
.mk .l {color: green; text-decoration: none; font-style: normal; font-weight: normal;}

.lk {color: black; text-decoration: none; font-style: normal; font-weight: normal;}
.lk .m {color: blue; text-decoration: none; font-style: normal; font-weight: normal;}
.lk .k {color: red; text-decoration: none; font-style: normal; font-weight: normal;}
.lk .l {color: green; text-decoration: none; font-style: normal; font-weight: normal;}

.m-k {color: purple; text-decoration: none; font-style: normal; font-weight: bold;}
.m-l {color: teal; text-decoration: none; font-style: normal; font-weight: bold;}
.k-l {color: olive; text-decoration: none; font-style: normal; font-weight: bold;}
.m-k-l {color: black; text-decoration: none; font-style: normal; font-weight: bold;}

.jn .m {color: blue; text-decoration: none; font-style: normal; font-weight: bold;}
.jn .k {color: red; text-decoration: none; font-style: normal; font-weight: bold;}
.jn .l {color: green; text-decoration: none; font-style: normal; font-weight: bold;}

/* end carlson4print.css */