body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #ffffff;
}
td
{
    font-family: Adani, Arial;
    font-size: 12px;
    line-height: 20px;
}


.disclaimer
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.orange_bold
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #D34B17;
}

.orange_text
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #D34B17;
}

.signup_bg
{
    background-image: url(../images/signin_bg.gif);
    background-repeat: no-repeat;
}

input
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
input.check
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    color: #A5A5A5;
    border: 1px solid #A5A5A5;
    width: 168px;
    height: 18px;
}

.grey_txt
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #A5A5A5;
}

.orange_bg
{
    background-image: url(../images/orange_bg.gif);
    background-repeat: no-repeat;
}

a:link, a:active, a:visited
{
    font-family: Adani, Arial;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: underline;
}
a:hover
{
    font-family: Adani, Arial;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}


.link1:link, .link1:active, .link1:visited
{
    font-family: Adani, Arial;
    color: #9A9898;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}
.link1:hover
{
    font-family: Adani, Arial;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}

.link4:link, .link4:active, .link4:visited
{
    font-family: Adani, Arial;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: underline;
}
.link4:hover
{
    font-family: Adani, Arial;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}

.grey_text
{
    font-family: Adani, Arial;
    color: #9A9898;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}

.link2:link, .link2:active, .link2:visited
{
    font-family: Adani, Arial;
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}
.link2:hover
{
    font-family: Adani, Arial;
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: underline;
}

.link3:link, .link3:active, .link3:visited
{
    font-family: Adani, Arial;
    color: #2E85CF;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: underline;
}
.link3:hover
{
    font-family: Adani, Arial;
    color: #2E85CF;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumb
{
    font-family: Adani, Arial;
    color: #000;
    background-color: #EBF2FF;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
}

.service_txt
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}


li
{
    font-family: Adani, Arial;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    list-style-image: url(../images/bullet.gif);
    text-align: left;
    line-height: 14px;
}

ul
{
    margin-bottom: 7px;
    margin-right: 5px;
    padding-left: 10px;
    margin-top: 7px;
}

input
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
input.check
{
    font-family: Adani, Arial;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #b0b0b0;
    width: 175px;
    height: 18px;
}

h1
{
    font-family: Adani, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #3A3A3A;
    margin-bottom: 16px;
}

/* -------------  Image Rotation -------------*/

#nav
{
    z-index: 50;
    position: absolute;
    bottom: -25px;
    left: 5px;
}
#nav a
{
    margin: 0 1px;
    padding: 3px 8px;
    text-decoration: none;
    text-align: center;
    color: White;
    height: 21px;
    font-family: Adani, Arial;
    font-size: 12px;
    background: url(../images/grey_ball.jpg) no-repeat scroll 0 0 transparent;
}

#nav a.activeSlide
{
    background: url(../images/red_ball.jpg) no-repeat scroll 0 0 transparent;
    color: #000000;
    height: 21px;
    text-align: center;
    font-family: AAdani, Arial;
    font-size: 12px;
}

#nav a:focus
{
    outline: none;
}


/* -------------  Image Rotation Ends -------------*/

.iconspan
{
    float: right;
    margin: 3px;
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar
{
    background: url(../images/collapse_bg.gif);
    height: 27px;
    font-weight: bold;
}

div.eg-bar
{
    width: 475px;
}

.icongroup1
{
    width: 475px;
}


/* ------------------ News Scroller -------------------*/
/*Example CSS for the two demo scrollers*/

#pscroller1
{
    width: 850px;
    height: 30px;
    padding: 5px;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    color: #d34b17;
}

#pscroller2
{
    width: 350px;
    height: 20px;
    border: 1px solid black;
    padding: 3px;
}

#pscroller2 a
{
    text-decoration: none;
}
.li
{
    list-style-type: decimal;
    line-height: 18px;
    font-size: 14px;
}
.li-details
{
    line-height: 20px;
    font-size: 12px;
}

/* -------------------------------------------------   */