body.bgrLeft {
    background-image: url('Images/yellow.jpg');
    background-repeat: repeat-y;
    background-size: contain;
}


div.switch {
    width:85%;
    height: 22px;
    box-shadow: 4px 4px 8px #003663; -webkit-box-shadow: 4px 4px 8px #003663; -moz-box-shadow: 4px 4px 8px #003663;
    border-radius: 5px;
    line-height: 10px;
    letter-spacing: 0px;
    margin: 14px 0px;
    padding: 10px 0px 0px 15px;
    font-family:  Arial, Verdana;
    font-size: 15px;
    color: #fff;
    background: #4885b8;
    text-indent: -5px;
}

a {
text-decoration:none;
}

div.switch:hover {
    background: #639ac8;
   }
div.header {
    width:95%;
    height: 28px;
    border-radius: 5px;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 20px 0px;
    padding: 6px 0px 0px 15px;
    font-family:  Arial, Verdana;
    font-size: 18px;
    color: #fff;
    background: #004b89;
}

div.text {
    width:90%;
    line-height: 15px;
    letter-spacing: 0px;
    margin: 5px 0px;
    padding: 0px 0px 0px 15px;
    font-family:  Arial, Verdana;
    font-size: 13px;
    color: #000;
}

div.table {
    font-family:  Arial, Verdana;
    font-size: 11px;
    color:#000 ;
    text-align: left;
}

div.title {
    letter-spacing: 0px;
    margin: 5px 0px ;
    padding: 5px 0px 0px 5px;
    font-family:  Arial, Verdana;
    font-size: 26px;
    color:#000 ;
    text-align: left;
    font-weight: bold;
    width: 100%;
}
