﻿/*====================== CompType 0,1,2 Using this style sheet ======================*/

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #a4b5c9;
}

html, body, form {
    height: 100%;
    font-size: 16px;
    color: #FFF;
}

.CssHomeDate {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #FFF;
}

.HeadingMsg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

.HeadingMsg:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffa500;
    font-weight: bold;
}

.UsernameCss {
    width: 120px;
    height: 20px;
    border: 1px solid #036a6e;
    float: left;
    background-color: #fff;
    float: left;
    margin-right: 5px;
    color: #898b73;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 2px;
}

.PasswordCss {
    width: 120px;
    height: 20px;
    border: 1px solid #036a6e;
    float: left;
    background-color: #fff;
    float: left;
    margin-right: 5px;
    color: #898b73;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 2px;
}

.class1 A:link {
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #5a84af;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
}

.class1 A:visited {
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #5a84af;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
}

.class1 A:active {
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #5a84af;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
}

.class1 A:hover {
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #f7941d;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
}

.CssHomeFooter {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #a3b5c9;
}

/*-------------------------------- Agreement BEGIN --------------------------------*/
.AgrmBackground0 {
    background-image: url('Images/index/b2.jpg');
    background-repeat: repeat-x;
}

.AgrmBackground1 {
    background-color: #000000;
}

.HeadingAgree {
    font-family: Tahoma;
    font-size: 12px;
    /*color: #666666;*/
    color: green;
    background-color: white;
    cursor: pointer;
}
.HeadingDisagree {
    font-family: Tahoma;
    font-size: 12px;
    /*color: #666666;*/
    color: red;
    background-color: white;
    cursor: pointer;
}
/*-------------------------------- Agreement END --------------------------------*/
/*-------------------------------- Contact BEGIN --------------------------------*/
.CssContactName {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cccccc;
}

/*-------------------------------- Contact END --------------------------------*/
