
body{
        text-align: center;
        font-family: sans-serif;
        font-size: 11pt;
}

a{
        text-decoration: none;
        color: #fd661e;
}

.main{
        position: relative;
        width: 800px;
        height: 399px;
        margin: 0px auto;
        margin-top: 40px;
        background-image: url(front.png);
        background-repeat: no-repeat;
        text-align: left;
}

.maine{
        position: relative;
        width: 800px;
        height: 399px;
        margin: 0px auto;
        margin-top: 40px;
        background-image: url(front-e.png);
        background-repeat: no-repeat;
        text-align: left;
}

.rightcol{
        position: absolute;
        top: 0px;
        width: 500px;
        left: 300px;
        text-align: justify;
        font-weight: normal;
}

.menu{
        padding-left: 20px;
        padding-top: 20px;
        width: 250px;
        font-weight: bold;
}

.footer{
        margin-top: 20px;
        font-size: 9pt;
        font-weight: normal;
}

.heading{
        color: #0b112e;
        font-weight: bold;
}

.red{
        color: #ae0000;
}

