.Doc { 
        position: relative; 
        text-align: left; 
        }

.DocName { 
        padding: 7px 0px; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 16px; 
        color: #565B68; 
        text-align: left; 
        font-weight: bold;
        }
.DocAnnot { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        color: #565B68; 
        text-align: justify; 
        font-style: normal;
        }
.DocBody { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        color: #565B68; 
        text-align: justify;
        }
.DocSubscr { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: bold; 
        font-style: normal;
        color: #565B68; 
        }
.DocDate { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: bold; 
        color: #C76200; 
        font-style: normal;
        }

.DocLink { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        font-weight: bold; 
        font-style: normal;
        color: #565B68; 
        }

.DocLinkBlock { 
        background-color: #E5DECC;
        padding: 2px;
        position: relative; 
        width: auto;
        }

select {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; 
        background-color: white; 
        color: #565B68; 
        font-weight: bold;
}

input { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; 
        background-color: white; 
        color: #565B68; 
        font-weight: bold;
}

.CronicleForm { 
        background-color: #E5DECC;
        margin-top: 10px;
        padding: 10px;
        position: relative; 
        width: auto;
        text-align: center; 
        }

.CronicleTitle { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 16px; 
        font-weight: bold; 
        font-style: normal;
        color: #565B68; 
        }

