﻿.divDescription
{
    z-index: 5;
    position: absolute;
    top: 42px;
    left: 15px;
    font-weight: bold;
    font-size: 12pt;
    color: black;
    width: 937px;
    text-align: Center;
    border-bottom: silver 1px ridge;
    border-left: silver 1px ridge;
    border-top: silver 1px ridge;
    border-right: silver 1px ridge;
    background-color: #f6f7f3;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
}
.divMainCentreBlock
{
    background-color: white;
    width: 993px;
    height: 532px;
    z-index: 0;
    position: absolute;
    top: 245px;
    left: 2px;
    overflow: auto;
    color: black;
    font-family: Arial;
    background-image: url(../Images/Global_Images/TopRightBG.jpg);
    background-repeat: no-repeat;
}
.Title
{
    z-index: 5;
    position: absolute;
    top: 10px;
    left: 13px;  
}