body {
    margin: 0px;
    padding: 0px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: right;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

.font_blue {
    color: #006699;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
}

.font_blue1 {
    color: #99CC00;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

.font_blackBold {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.font_Heading {
    color: #136972;
    font: bold 20px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 20px;
}

.font_Heading_main {
    color: #136972;
    font: bold 20px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

.font_blue a {
    color: #99CC00;
    text-decoration: none;
}

    .font_blue a:hover {
        color: #ff0000;
        text-decoration: none;
    }

.banner {
    background: url(../images/Mainbanner.jpg) no-repeat;
    height: 274px;
}

.banner2 {
    background: url(../images/banner2.jpg) no-repeat;
    height: 274px;
}

.bg_grey {
    background: #f2f2f2;
}

.img1 {
    background: url(../images/img1.jpg) no-repeat;
    height: 30px;
    padding-left: 10px;
    color: #006699;
    font-size: 14px;
    font-weight: bold;
}

.img2 {
    background: url(../images/img2.jpg) no-repeat;
    height: 30px;
    padding-left: 10px;
    color: #0f95d4;
    font-size: 14px;
}

.img3 {
    background: url(../images/img3.jpg) repeat-y;
    width: 319px;
}

.justify {
    text-align: justify;
}

.footer {
    background: url(../images/img4.jpg) repeat-x;
    height: 36px;
    text-align: right;
    padding-right: 15px;
    border: 1px solid #999999;
}

    .footer a {
        color: #000000;
        text-decoration: none;
    }

        .footer a:hover {
            color: #000000;
            text-decoration: underline;
        }

.text_box {
    border: #FFFFFF 1px solid;
    height: 18px;
    background: none;
    padding-left: 3px;
    color: #FFFFFF;
}

.text_box1 {
    border-top: #999 1px solid;
    border-left: #999 1px solid;
    height: 18px;
    padding-left: 3px;
    width: 150px;
}

.grid_box {
    padding: 5px;
}

.modalBackground {
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}

.modalContainer {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modal {
    background-color: white;
    border: solid 4px black;
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 160px;
    padding: 0px;
    background-color: #9999ff;
}

.txtbox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 100%;
}
