/* CSS Document */

body{
        margin:0;
}
.white_heading {
        font-family: arial;
        font-size: 26px;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
}
.blue_heading {
        font-family: arial;
        font-size: 24px;
        font-weight: normal;
        color: #1476A8;
        text-decoration: none;
}
.blue_link {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #004D74;
        text-decoration: none;
}
.normal_text {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #464646;
        text-decoration: none;
        line-height: 16px;
}
.label_text {
        font-family: tahoma;
        font-size: 12px;
        font-weight: normal;
        color: #464646;
        text-decoration: none;
        line-height: 16px;
}
.blue_bold_text {
        font-family: tahoma;
        font-size: 12px;
        font-weight: bold;
        color: #1476A8;
        text-decoration: none;
}
.blue_link:hover {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #004D74;
        text-decoration: underline;
}
.blue_text {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #004D74;
        text-decoration: none;
}
.dropdown {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #464646;
        text-decoration: none;
}
.footer_text {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #9a9a9a;
        text-decoration: none;
}
.footer_link {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #9a9a9a;
        text-decoration: none;
}
.footer_link:hover {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #9a9a9a;
        text-decoration: underline;
}
.copyright_text {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #c3c3c3;
        text-decoration: none;
}
.grey_text {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #a4a4a4;
        text-decoration: none;
}
.textfield {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #464646;
        text-decoration: none;
        height: 16px;
        width: 200px;
        border: 1px solid #BFBFBF;
}
.textarea {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #464646;
        text-decoration: none;
        border: 1px solid #BFBFBF;
}
.banner_bold_text {
        font-family: tahoma;
        font-size: 13px;
        font-weight: bold;
        color: #6c6c6c;
        text-decoration: none;
        line-height: 22px;
}

.arrow{
        width:105px;
        position:absolute;
        top:562px;
        left:50%;
        z-index:99999;
        margin-left:70px;
}
.boxedText {
       margin-top: 5px ;
       margin-bottom: 10px ;
}
.dispalyBox {
       margin-top: 6px ;
       margin-bottom: 6px ;
}
.green_head {
        font-family: arial;
        font-size: 22px;
        font-weight: normal;
        color: #7CAA00;
        text-decoration: none;
}
