/* created by NK */
body{
	margin:0000;
	background-image:url(images/bg.jpg);
}
.left_bg{
background-image:url(images/bg_l.jpg);
background-position:top right;
background-repeat:repeat-y;
background-attachment:scroll;
}
.right_bg{
background-image:url(images/bg_r.jpg);
background-position:top left;
background-repeat:repeat-y;
background-attachment:scroll;
}
.side_bg{
background-image:url(images/side_gred.jpg);
background-position:bottom right;
background-repeat:no-repeat;
background-attachment:scroll;
}
.bot_link
{
color:#ebe9d8;
text-decoration:none;
}
.bot_link:hover
{
color:#FFFF99;
text-decoration:none;
}
.link
{
color:#ffffff;
text-decoration:none;
}
.link:hover
{
color:#FFFF66;
text-decoration:none;
}
.textbox {
    FONT-SIZE: 9px;
    BACKGROUND-IMAGE: none;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    HEIGHT: auto;
    background-color: #D9F4FF;
    border-top: 1px solid #333333;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    width: auto;
	}

.white_style{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
   font-weight: normal;
    color:#ffffff;

}
.subheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight: bold;
    color:#FFFF99;
}
.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #555555;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #F2F2F2;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: ##F2F2F2;
    padding: 2px 3px;
    text-decoration: none;
}
ul {
    list-style-image: url(arrow2.gif);
    list-style-position:outside;
    }
ul.sub_bullet {
    list-style-image: url(sub_bullet.gif);
    list-style-position:outside;
    }
.content_justify {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#e3edfa;
    text-align: justify;
}
.white_style{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ebe9d8;
}
a.mail {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0000CC;
    text-decoration: none;
}
a.mail:hover {
    text-decoration: underline;
}
.RED{
color:#ff0000;
}