<!-- Control and Command Style-Sheets  -->
<style type="text/css">
<!--
    h1_ {    font-size:24pt;
            font-family:'Arial';
       }
    h3_ {    font-size:16pt;
            font-family:'Arial';
            color:black;
       }
    p_  {    font-size:10pt;
            font-family:'Arial';
            letter-spacing:0.1mm;
       }
    br_ {    font-size:10pt;
            font-family:'Arial';
            letter-spacing:0.1mm;
       }
   td_  {   font-size:10pt;
           font-family:'Arial';
           letter-spacing:0.1mm;
       }
    li_ {    font-size:10pt;
            font-family:Arial;
            letter-spacing:0.1mm;
            color:black;
       }
    #mask {
        font-family:Arial,sans-serif;
        font-size:70%;
        font-weight:normal;
        color:green;
    }
    #CNC_ERROR_MESSAGE {
        font-family:Arial,sans-serif;
        font-size:120%;
        font-weight:bold;
        color:red;
    }
    #CNC_WARNING_MESSAGE {
        font-family:Arial,sans-serif;
        font-size:100%;
        font-weight:bold;
        color:red;
    }
    #CNC_INFO_MESSAGE {
        font-family:Arial,sans-serif;
        font-size:100%;
        font-weight:bold;
        color:black;
    }
    #CNC_INVALID_FIELD_STYLE {
        background-color: red;
    }
//        style="; ;
//-->

</style>