body {
        background-color: #ffffff;
        font-family: Arial, Helvetica;
        font-size: 12px;
        color: #202020;
}
table{
    height:0px;
    width:98%;
    table-layout:fixed;
    font-size:13px;
    border-collapse:collapse;
/*    border:outset 1px gray; */
    line-height:1.3;
}

table.img
{
    width:90%;
    table-layout:fixed;
    font-size:13px;
    border-collapse:collapse;
}

th{
    background-color:#009986;
    color:#ffffff;
    border:outset 1px gray;
    font-size:14px;
}

td{
    padding:4px 10px;
/*    border:outset 1px gray;*/
    vertical-align:middle;
}


td.cid
{
    border:outset 1px gray;
    text-align:center;
}

td.frm1
{
    padding:30px 40px 0px 40px;
/*    border:outset 1px gray;    */
}
font.frm1
{
    color:gray;
    font-size:11px;
    padding:0px 10px;
}
td.frm2
{
    padding:0px 0px 0px 700px;
}

td.C_name
{
    border:outset 1px gray;
    text-align:left;
}
td.sim
{
    border:outset 1px gray;
    text-align:right;
    
}
td.kn
{
    border:outset 1px gray;
    text-align:center;
}
td.act
{
    border:outset 1px gray;
    text-align:center;
}

td.formula
{
    border:outset 1px gray;
    text-align:center;
}
td.b
{
    border: 2px #808080 solid;
}

td.in
{
    text-align:left;
    vertical-align:middle;
    width:300px;
}
td.img
{
    text-align:left;
}
td.num
{
    padding:20px 10px;
}
td.img2
{
    width:550px;
}
img.img2
{
    border:none;
    width:550px;
}

/* -- */
.w40
{
    border:outset 1px gray;
    padding:0px 10px;
    width:40px;
}
.w50
{
    border:outset 1px gray;
    padding:0px 10px;
    width:50px;
}
.w70{
    border:outset 1px gray;
    padding:0px 10px;
    width:70px;
}
.w100{
    border:outset 1px gray;
    padding:0px 10px;
    width:100px;
}
.w200{
    border:outset 1px gray;
    padding:0px 10px;
    width:200px;
}
.w250{
    border:outset 1px gray;
    padding:0px 10px;
    width:250px;
}
.w300{
    border:outset 1px gray;
    padding:0px 10px;
    width:300px;
}


/* -- */
.in_font
{
    font-size:13px;
    color:red;
}
/* -- */
.cr{
    clear:both;
}

/* -- */
p.er{
    font:14px bold;
    color:red;
}
p.bold{
    font-size: 14px;
}

/* -- */

a:link { font-size: 10pt; color: #0000ff; background-color: transparent ; text-decoration:none }
a:visited { font-size: 10pt; color: #ff0000; background-color: transparent ; text-decoration:none}
a:active { font-size: 10pt; color: #0000ff; background-color: transparent ; text-decoration:none}
a:hover { color: #ff1493; background-color: transparent; text-decoration: underline }
