body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4b4b4b;
text-align:left;
line-height:16px;
margin: 0px 0px 0px 0px;
background-color:#fff}


.tablebg {
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-align:left;}


.button{
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:7.5pt;
text-decoration:none;
font-weight:bold;
line-height:20px;
text-transform:uppercase;
background-image:url(../images/btn_BG.jpg);
border:0px;
height:22px;
padding-bottom:3px;
}

.button_b{
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:600;
line-height:20px;
text-transform:uppercase;
background-image:url(../images/btn_BG_b.jpg);
border:0px;
height:31px;
padding-bottom:3px;
}

.text_L{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#4b4b4b;
text-decoration:none;
font-weight:none;
line-height:25px;
text-align:left;
text-transform:none;
padding-left:5px;
}

.text_L:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#4b4b4b;
text-decoration:underline;
font-weight:none;
line-height:25px;
text-align:left;
text-transform:none;
padding-left:5px;
}
.text{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#4b4b4b;
text-decoration:none;
font-weight:none;
line-height:25px;
text-align:left;
text-transform:none;
padding-left:5px;
}
.text_s{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4b4b4b;
text-decoration:none;
font-weight:none;
line-height:18px;
text-align:left;
text-transform:none;
padding-left:5px;
}
.text_s1{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#4b4b4b;
text-decoration:none;
font-weight:none;
line-height:18px;
text-align:left;
text-transform:none;
padding-left:5px;
}
.text_P{
font-family:"Arial Narrow";
font-size:24px;
color:#3e3e3e;
text-decoration:none;
font-weight:none;
line-height:18px;
text-align:left;
text-transform:none;
padding-left:5px;
vertical-align:middle;
}



.footer{
font-family:"Arial Narrow";
font-size:14px;
color:#000000;
text-decoration:none;
text-align:right;
font-weight:none;
line-height:20px;
text-transform:none;
padding-right:25px;
letter-spacing:1px;

}

.input {background-color:white;
border-bottom:solid 1px #8f8f8f;
border-left:solid 1px #8f8f8f;
border-right:solid 1px #8f8f8f;
border-top:solid 1px #8f8f8f;
font-family:Arial, Helvetica, sans-serif;
color:#151714;
font-size:12px;
font-weight:none;
text-decoration:none;
padding-left:3px;
height:18px;

}



a.btn {
    /* Sliding right image */
    background: url(../images/rightbtn.jpg) no-repeat scroll top right; 
display: block;
float: left;
height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:none;
}
a.btn span {
/* Background left image */ 
background:  url(../images/leftbtn.jpg) no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 4px 0px 5px 10px;
} 
a.btn:hover span{
text-decoration:none;
}


a.btn_b{
    /* Sliding right image */
background: url(../images/rightbtn.jpg) no-repeat scroll top right;
text-align:center;
display: block;
float: left;
width:85px;
height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:none;
}
a.btn_b span {
/* Background left image */ 
background:  url(../images/leftbtn.jpg) no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 4px 0px 5px 10px;
} 
a.btn_b:hover span{
text-decoration:underline;
}

/*menu1*/
.underlinemenu{
font-weight: bold;
width: 100%;
background:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
text-align:left;
}

.underlinemenu ul{
padding: 6px 0 2px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
padding-right:2px;
color:#FFFFFF;
}

.underlinemenu ul li a{
color: #fff;
padding: 6px 10px 5px 15px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 0px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
color:#CCCCCC;
}

a.btn_b1{
    /* Sliding right image */
background: url(../images/rightbtn_b.jpg) no-repeat scroll top right;
text-align:center;
display: block;
float: left;
height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:none;
}
a.btn_b1 span {
/* Background left image */ 
background:  url(../images/leftbtn_b.jpg) no-repeat; 
display: block;
padding: 4px 0px 5px 10px;
} 
a.btn_b1:hover span{
text-decoration:underline;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 200px; /*width of menu*/
background-color:#fff7de;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;
background-color:#fff7de;

}

.markermenu ul li a{
background-color: #fff7de;
text-decoration:underline;
background-image: url(../images/arrow.jpg);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:25px;
font: none 12px  Arial, Helvetica, sans-serif;
color: #1a1a1a;
display: block;
width: 200;
line-height:1.5em;

text-decoration: none;
background-color:#fff7de;

}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #1a1a1a;
}

.markermenu ul li a:hover{
color: black;
background-color: #fff7de;
text-decoration:underline;
background-image: url(../images/arrow.jpg);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:25px;
line-height:1.5em;
}


<!-------ul2------->
.marker{
clear:both; 
 /*width of menu*/
background-color:#fff7de;
 float:left;padding-top:10px;
 padding:0; margin:0;
  width:200px;
}

.marker ul{
list-style-image: url(../images/arrow.jpg);
margin-left:18px;
padding: 0;
border: 0px solid #9A9A9A;
background-color:#fff7de;

}

.marker ul li a{
color: black;
text-decoration:none;
list-style-image: url(../images/arrow.jpg);

line-height:1.8em;
}

.marker ul li a:hover{
color: black;

text-decoration:underline;
list-style-image: url(../images/arrow.jpg);
line-height:1.8em;
}
a.btn_b2{
    /* Sliding right image */
background: url(../images/rightbtn_r.jpg) no-repeat scroll top right;
text-align:center;
display: block;
float: left;
width:80px;
height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:none;
}
a.btn_b2 span {
/* Background left image */ 
background:  url(../images/leftbtn_r.jpg) no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 4px 0px 5px 10px;
} 
a.btn_b2:hover span{
text-decoration:underline;
}

/* Heading style (made by Saurabh) */
h1
{
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;*/
}
