


body
{
    margin: 0px;
    font-family: Mangal;
   /* background-image: url(../Use_images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;*/
    background-color:#E2EFFF;
}
img, div, td
{
    behavior: url(iepngfix.htc);
}

h1
{
    font-family: Mangal;
    color: #2f4200;
    text-align: left;
    margin: 5px;
}

.text
{
    font-family: Mangal;
    font-size: 13px;
    line-height: 20px;
    color: #181818;
    text-align: justify;
    margin: 10px;
}

.top_menu
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #FFF;
    text-align: left;
    margin: 4px 15px;
}

.btn_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #600;
    text-align: center;
    margin: 10px;
}


.sub1_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #903;
    text-align: justify;
    margin: 2px 15px;
}
.sub_text1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #630;
    text-align: justify;
    margin: 10px;
}

.footer_txt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: -0.4px;
    text-align: center;
    margin: 10px 0px;
}


/*------------------link------------------*/

a:link, a:visited
{
    color: Black;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: White;
}

a:link.h, a:visited.h
{
    color: #FFF;
    text-decoration: none;
}
a:hover.h
{
    text-decoration: none;
    color: #F90;
}
/*------------------------- Header -------------------------*/

.header_nav
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    text-align: inherit;
    margin: 4px 15px;
    font-weight: bold;
}
.header_nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_nav li
{
    float: left;
    padding: 0px;
}
.header_nav li a
{
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    letter-spacing: .025em;
    margin: 0;
    padding: 0px 5px 0px 0px;
    text-decoration: none; /*text-shadow:1px 2px 2px #333;*/
}
.header_nav li a:hover
{
    text-decoration: none;
    color: #900 !important;
}

/*------------------bg------------------*/


.topmenu_bg
{
    background: url(../use_images/topmenu_bg.png) no-repeat center top;
}




/*------------------login bg------------------*/

.login_bg
{
    background: url(../use_images/login/login_bg.jpg) no-repeat center top;
}


/*.curve_box1{
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-border-radius: 15px;
border:2px #cde855 solid;
background:#d0dec0;
behavior: url(border-radius.htc);
}*/


.box_border
{
    border: 3px;
    border-style: solid;
    border-color: #6b7f00;
}


