﻿.divattouter .divname,.divattouter .OptionAttr_outer {
    display: none;
    visibility: hidden;
}
.divattouter .OptionAttr_outer:last-child {
    display: block;
    visibility: visible;
}
.divattouter .maindata .parentli {
    font-weight: bold;
}
.divattouter .headertext .red {
    color: #aa041c;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
        body, body * {
                /*font-family: Verdana!important;*/
                font-weight:normal;background-color:transparent;
        }
        .btn-primary{background-color:#b51a1a;color:#ffffff;border-color: #b51a1a;}
        b { font-weight:bold; }
        
        a:link:after, a:visited:after {
    content: "";
}
 .divmain {
    margin: 0 auto;
    position: relative;
    width: 668px;
}

.watermarktext {
    bottom: 190px;
    color: #e5e5e5;
    font-family: arial;
    font-size: 50px;
    height: 100px;
    left: 0;
    line-height: 75px;
    position: absolute;
    text-align: right;
    transform: rotate(-30deg);
    
    width: 100%;
    z-index: -1;
    /* Safari */
-webkit-transform: rotate(-30deg);

/* Firefox */
-moz-transform: rotate(-30deg);

/* IE */
-ms-transform: rotate(-30deg);

/* Opera */
-o-transform: rotate(-30deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3);
}

.watermarktext > font {
    color: #ccc;
    display: inline-table;
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
}