.cm_ui_body_background_grey {
   background-color: #EFEFEF;
}
.cm_ui_background_grey {
   background-color: #DEDEDE;
}
.cm_ui_table_border_color {
   background-color: #000000;
}
.cm_ui_table_header_color {
   background-color: #DDDDDD;
}
.cm_ui_table_body_color {
   background-color: #F6F6F6;
}
.cm_text_header {
   font : bold 14pt Tahoma;	
   color: #666666; 
}
.cm_text_subheader {
   font : bold 10pt Tahoma;	
   color: #222222; 
   padding: 2px;
}
.cm_text_normal {
   font : 10pt Tahoma;	
   color: #000000; 
   padding: 2px;
}
.cm_text_bold {
   font : bold 10pt Tahoma;	
   color: #000000; 
   padding: 2px;
}
a.cm_link_normal_blue, a:active.cm_link_normal_blue, a:visited.cm_link_normal_blue {
   font: 10pt tahoma;
   color: blue;
   text-decoration: none;
}
a:hover.cm_link_normal_blue {
   font: 10pt tahoma;
   color: blue;
   text-decoration: underline;
}
a.cm_link_normal_black, a:active.cm_link_normal_black, a:visited.cm_link_normal_black {
   font: 10pt tahoma;
   color: #000000;
   text-decoration: underline;
}
a:hover.cm_link_normal_black {
   font: 10pt tahoma;
   color: #000000;
   text-decoration: underline;
}
a.cm_link_bold_grey, a:active.cm_link_bold_grey, a:visited.cm_link_bold_grey {
   font: bold 10pt tahoma;
   color: #222222;
   text-decoration: underline;
}
a:hover.cm_link_bold_grey {
   font: bold 10pt tahoma;
   color: #222222;
   text-decoration: underline;
}
