body {
    margin: 0;
    padding: 0;
    border: none;
    background: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #4B4B4B;
}

a {
    color: #26305D;
}

H1 {
    font-family: Tahoma, sans-serif;
    font-size: 22px;
    color: #1B475E;
    font-style: normal;
    font-weight: 400;
}

H2 {
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    color: #234D78;
    margin-left: 75px;
    font-style: normal;
    font-weight: 400;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nomargin {
    margin: 0px;
}

.main_menu {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #3669AD;
    text-transform: none;
    text-decoration: none;
    letter-spacing: normal;
    line-height: 17px;
}

.main_menu a {
    color: #3669AD;
    text-decoration: none;
}

.inactive {
    color: #919191;
}

img {
    border: none;
}

.small1 {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    color: #4B4B4B;
}

.small2 {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #4B4B4B;
}

.big1 {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    color: #4B4B4B;
}

.big2 {
    font-family: Calibri, sans-serif;
    font-size: 17px;
    color: #4B4B4B;
}

.big3 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #4B4B4B;
}

.submenu {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #3669AD;
    text-decoration: none;
}

.submenu a {
    color: #3669AD;
}

.submenu_onpage {
    text-decoration: underline;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #3669AD;
    font-weight: bold;
}

.submenu_td {
    padding-left: 40px;
}

.common16 {
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    color: #234D78;
    text-decoration: none;
}

.green {
    color: #51bb21;
}

.common16_green {
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    color: #00CC00;
    text-decoration: bold;
}

.commonyellow {
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    color: #234D78;
    background-color: #ffff00; 
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration:  bold;
}


.common14 {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #234D78;
    text-decoration: none;
}

.common14_red {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: red;
    text-decoration: none;
}

.common_ul14 {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #234D78;
    text-decoration: underline;
}

.small_blue {
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    color: #234D78;
}

.blue12 {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #234D78;
}

.button {
    background: url("/images/bg_table.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #9ED0ED;
    cursor: pointer;
    font-size: 11px;
    width: 150px;
    font: 18px Verdana;
}

input[disabled] {
    background-color: #ffffff;
    color: #aaaaaa;
}

.balance_head {
    background-color: #EBEBEB;
    background: url("/images/bg_table.gif") repeat-x scroll 0 0 transparent;
    font-family: Arial, sans-serif;
    color: #4B4B4B;
    font-size: 10px;

}

.balance_head th {
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.balance_table {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}

.balance_table td {
    padding-right: 20px;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 18px;
}

.member_table {
    margin-left: 0px;
    width: 100%;
}

.member_table td {
    padding-right: 0px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 15px;
}

.order_detail_table {
    line-height: 20px;
}

.pricing_detail_table {
    color: #000000;
}

.err {
    color: red
}

.errbox {
    width: 500px;
    border: 1px solid red;
    background-image: url('/images/red_sign_exc.gif');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding-left: 45px;
    padding-top: 5px
}

.errbox2 {
    width: 500px;
    border: 1px solid red;
}

.notebox {
    width: 500px;
    margin-left 150px;
    margin-top: 35px;
    border: 1px solid #c8c8c8;
    padding: 20px;
    line-height: 20px;
}

.succbox {
    width: 375px;
    align: center;
    border: 2px solid #51bb21;
    background-image: url('/users/_res/tick.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 18px;
}

.biz_div1 {
    line-height: 27px;
    padding-left: 150px

}

.biz_div2 {
    padding-left: 120px;
    line-height: 27px;
}

.biz_div3 {
    padding-left: 50px;
    line-height: 27px;
}

.biz_div4 {
    padding-left: 120px;
    padding-right: 20px;
    line-height: 20px;
    font-family: Tahoma, sans-serif;
    color: #234D78;
    text-decoration: none;
}

.a12 {
    color: #3669AD;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

label {
    cursor: pointer;
}

.undl1 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #0000FF;
    text-decoration: underline;
}

.comment {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #787878;
    line-height: 16px;
}

.comment2 {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #3669AD;
}

.link1 {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #0055AA;
}

.link2 {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0066ff;
}

.signup16 {
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    color: #002A55;
}

.input_amount {
    text-align: center;
    width: 40px;

}

.letters_table td {
    border: 1px solid #CCCCCC;
    background-color: inherit;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    cursor: pointer;
    font-size: 10px;
}

.letters_table td.choosen {
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}

.letters_table td:hover {
    background-color: #D8F4FE;
}

#tablescroll {
    height: 355px;
    width: 100%;
    overflow-y: auto;
}

.login-form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
