﻿body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    FONT-FAMILY: Roboto, Verdana,Arial;
}

.FormHeaderRow {
    color: white;
    FONT-FAMILY: Roboto, Verdana,Arial;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #5D7495;
}

.FormHeaderRowOrange {
    color: white;
    FONT-FAMILY: Roboto, Verdana,Arial;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FF6600;
}

.txtRedMessage {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: Roboto, Verdana,Arial;
}

.txtError {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    TEXT-TRANSFORM: uppercase;
    COLOR: red;
    FONT-FAMILY: Roboto, Verdana,Arial;
    FONT-VARIANT: small-caps
}

.txtError12pt {
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: red;
    FONT-FAMILY: Roboto, Verdana,Arial;
    FONT-VARIANT: small-caps
}

.txtblue10ptb {
    font-weight: bold;
    font-size: 10pt;
    font-family: Roboto, Verdana,Arial;
}

.txtblue11b {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #5c7495;
    FONT-FAMILY: Roboto, Verdana,Arial;
}

.alternate {
    BACKGROUND-COLOR: #cfe3ef;
}

.txtBody {
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Roboto, Verdana,Arial;
}

.txtBody10pt {
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Roboto, Verdana,Arial;
}

.txtBodyBottom {
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Roboto, Verdana,Arial;
}

.txtProcess {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: black
}

.txtProcessBottom {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: black
}

.txtLabel {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Roboto, Verdana,Arial
}

.txtLabel4 {
    line-height: 24px;
    FONT-SIZE: 24px;
}

.txtLabel6 {
    line-height: 26px;
    FONT-SIZE: 18px;
}

.navBlue {
    FONT-SIZE: 10pt;
    COLOR: #336699;
    FONT-FAMILY: Roboto, Verdana,Arial
}

.txtLogo {
    text-align: center;
    vertical-align: bottom;
    background-color: White
}

.hlTopMenu {
    text-align: center;
    font-size: small;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    border: outset 2px #FFFFFF;
    padding: 3px 3px 3px 3px;
}

.roundCorner {
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    font-family: Roboto, Verdana,Arial;
    padding: 5px 5px 5px 5px;
    border-width: 0;
    border-style: ridge;
    font-size: 14px;
    height: 36px;
}

.ButtonBlue {
    background-color: #01319F;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
}

.ButtonGrey {
    background-color: #B4B4B4;
}

.ButtonGreen {
    background-color: #63B2FF;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
}

.ButtonHTML {
    width: 260px;
}

.btnNormal {
    width: 200px;
}

.btnSmall {
    width: 150px;
}


.WaterMarkedTextBox {
    height: 32px;
    width: 400px;
    padding: 2px 4px 2px 4px;
    color: gray;
    font-style: italic;
    font-size: 18px;
    text-align: left;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom: 1px solid gray;
}

.NormalTextBox {
    height: 32px;
    width: 250px;
    padding: 4px 4px 4px 4px;
    font-size: 16px;
    border-radius: 12px;
}

.GraySmallText {
    color: gray;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    font-family: Roboto, Verdana,Arial;
}

.DarkBlueSmallText {
    color: #3b439b;
    font-style: normal;
    font-weight: lighter;
    font-size: 20px;
    text-align: center;
    font-family: Roboto, Verdana,Arial;
}

.DarkBlueText {
    color: darkblue;
    font-style: normal;
    font-family: Roboto, Verdana,Arial;
}

.BlueText {
    color: #3d99d6;
    font-style: normal;
    font-family: Roboto, Verdana,Arial;
}

.GreenText {
    color: #489b3d;
    font-style: normal;
    font-family: Roboto, Verdana,Arial;
}

.WhiteText {
    color: #FFFFFF;
    font-style: normal;
    font-family: Roboto, Verdana,Arial;
}

.SmallerText {
    font-size: 14px;
}

.Smaller2Text {
    font-size: 9px;
}

.SmallText {
    font-size: 18px;
}

.MidText {
    font-size: 22px;
}

.BigText {
    font-size: 26px;
}

.BoldText {
    font-weight: bold;
}

.CenterText {
    text-align: center;
}

.LeftText {
    text-align: left;
}

.RightText {
    text-align: right;
}

.ItalicText {
    font-style: italic;
}

.TopText {
    vertical-align: top;
}

.BottomText {
    vertical-align: bottom;
}

.width20 {
    width: 20px;
}

.width100 {
    width: 100px;
}

.width180 {
    width: 180px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width300 {
    width: 300px;
}

.width380 {
    width: 380px;
}

.width400 {
    width: 400px;
}

.width470 {
    width: 470px;
}

.width500 {
    width: 500px;
}

.width1230 {
    width: 1230px;
}

.width910 {
    width: 910px;
}

.widthfull100 {
    width: 100%;
}

.height620 {
    height: 620px;
}

.height583 {
    height: 583px;
}

.height725 {
    height: 725px;
}

.centerContent {
    justify-content: center
}

.padding25 {
    padding: 25px 25px 25px 25px;
}

.nowrap {
    text-wrap: none;
}

.DarkBlueBigText {
    color: #3b439b;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    font-family: Roboto, Verdana,Arial;
}

.WhiteHeader1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: lighter;
    font-size: 22px;
    text-align: center;
    font-family: Roboto, Verdana,Arial;
}

.WhiteHeader2 {
    color: #FFFFFF;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    font-family: Roboto, Verdana,Arial;
}

.leftmenu tr {
    line-height: 2;
    text-align: center;
    width: 100%;
    background-color: white;
    border-spacing: 5px 20px;
}

.centerTable {
    max-width: 500px;
    margin: auto;
}

.centerTable800 {
    max-width: 800px;
    margin: auto;
}

.centerTable1230 {
    max-width: 1230px;
    margin: auto;
}

.Entrytable {
    text-align: center;
    background-color: white;
    width: inherit;
    height: inherit;
    padding: 25px 25px 25px 25px;
    border-spacing: 0px 10px;
    border-width: inherit
}

.PolicyTable {
    width: 33%;
    margin-right: 25px
}

.NoLogoMaster {
    background-size: cover;
    width: 100%;
    height: 600px;
    border-width: 0;
    text-align: center;
    align-items: center;
    vertical-align: top
}

.ContactTable {
    max-width: 650px;
    margin: auto;
    border: solid 2px #01319F;
    padding: 25px 25px 25px 25px;
}

.PrintReceipt {
    max-width: 800px;
    margin: auto;
    border: solid 2px #01319F;
    padding: 25px 25px 25px 25px;
}

.ReceiptTable {
    background-image: url(../Images/Receipt_bg.png);
    text-align: left;
    height: inherit;
    border-spacing: 0px 10px;
    border-width: 0
}

.link:hover {
    text-decoration: none;
    cursor: pointer;
}

.MsoNormal {
    margin: 10px 20px 10px 20px;
    font-size: 11.0pt;
    font-family: Roboto, Verdana,Arial;
    color: black;
}

.MsoHeader {
    margin: 10px 20px 10px 20px;
    font-size: 11.0pt;
    font-weight: bold;
    font-family: Roboto, Verdana,Arial;
    color: black;
}

.txtLabel20 {
    FONT-SIZE: 20px;
}

/*.center {
        text-align: center;
    }*/

a.aboutuslink, a.aboutuslink:visited, a.aboutuslink:active {
    color: white;
    font-size: 18px;
    text-align: left;
    font-style: italic;
    text-decoration: none;
}

    a.aboutuslink:hover {
        color: #489b3d;
        text-decoration: none;
    }

/*SkinFile style*/
.tbfixed20011 {
    width: 200px;
    font-size: 18px;
}

.lblRed12pt {
    Font-Size: 14px;
    color: red;
}
