body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
a:link {
	color: #6a6a6a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6a6a6a;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #6a6a6a;
}

.main{
	width:987px;
	margin:auto;
}

.cpnt-mid{
	background-image:url(images/page-bg.jpg);
	background-repeat:repeat-y;}

.table{
	width:981px;
	margin-left:1px;
}

.head-back{
	background-color:#efab00;
	height:62px;
	border-bottom:#FFF solid 1px;
	font-family:arial;
	vertical-align:middle;
	font-size:11px;
	color:#222222;}

.logo{
	background-image:url(images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:230px;
	height:48px;
	margin-left:20px;}

.menu{
	width:650px;
	text-align:right;
	margin-right:10px;
	}
	
.menu a{
	font-family:arial;
	font-size:11px;
	padding-right:3px;
	padding-left:3px;
	color:#222222;}

.menu a:hover{
	color:#fff;
	text-decoration:none;}

.head-specer{
	height:6px;
	background-color:#6a6a6a;
	border-top:#555 solid 1px;
	border-bottom:#fff solid 3px;}

.bottom-specer{
	height:6px;
	background-color:#6a6a6a;
}

.fotter{
font-family:arial;
color:#6a6a6a;
vertical-align:top;
font-size:11px;}

.fotter a{
font-family:arial;
color:#6a6a6a;
vertical-align:top;
font-size:11px;}

.fotter a:hover{
color:#000;
text-decoration:none;}

.leftside{
	width:208px;
	border-right:#cccccc solid 1px;
	vertical-align:top;}

.rightside{
	width:773px;
	vertical-align:top;}

.cont{
	color:#444;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	margin:auto;
	width:95%;
	}

.txt{
	color:#444;
	line-height:18px;
	margin:auto;}

.txt ul{
	margin-top:0px;
	margin-left:-23px;
	}

.txt ul li{
	list-style-image:url(images/arrow_red.gif);
	}

.txt ul li:hover{
	color:#000;}

h2{
	font-family:Lucida Sans Unicode;
	font-size:20px;
	color:#6e6e6e;
	padding-left:10px;
	}

.heading-back{
	background-color:#f2f2f2;
	height:20px;
	border-bottom:#e6e6e6 solid 1px;
}
.button{
background-color:#333;
width:100px;
height:29px;
font-family:arial;
font-size:12px;
color:#fff;
font-weight:bold;
border:none;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;}

.button:hover{
background-color:#111;
cursor:pointer;}


.textbox{
width:200px;
background-color:#fff;
border:#ccc solid 1px;
color:#333333;
-webkit-border-radius: 9px;
padding-left:3px;
height:25px;
-moz-border-radius: 9px;
margin-top:5px;
font-family:Arial;
font-size:12px;}

.textarea{
width:200px;
height:60px;.
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
margin-top:5px;
padding-left:3px;
background-color:#fff;
border:#ccc solid 1px;
color:#333333;
font-family:Arial;
font-size:12px;}


.textbox1{
width:300px;
background-color:#fff;
border:#ccc solid 1px;
color:#333333;
-webkit-border-radius: 9px;
padding-left:3px;
height:25px;
-moz-border-radius: 9px;
margin-top:5px;
font-family:Arial;
font-size:12px;}

.textarea1{
width:300px;
height:60px;.
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
margin-top:5px;
padding-left:3px;
background-color:#fff;
border:#ccc solid 1px;
color:#333333;
font-family:Arial;
font-size:12px;}



.container {width: 100%; margin: 0px auto;  font-family:arial;
font-size:11px;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	background-color:#969897;
	list-style: none;
	font-size:11px;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin-left: 3px;
	padding: 0;
	height: 25px;
	width:205px;
	line-height: 25px;
	border: 0px solid #999;
	border-bottom:#a1a1a1 solid 1px;
	border-left: none;
	margin-bottom: 0px;
	background: #d2d2d2;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 0px solid #8b8d8c;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #e6e6e6;

	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 5px;
	font-size: 12px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


/*      tab2       */
.container2 {width: 100%; overflow:hidden; margin: 0px auto;
padding-left:0px;}
ul.ankush1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	width: 100%;
}
ul.ankush1 li {
	float: left;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	height: 22px;
	background-color:#CCC;
	border-left: none;
	margin-bottom: -1px;
	margin-left:2px;
	overflow: hidden;
	position: relative;
}
ul.ankush1 li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size:12px;
	padding: 0 5px;
	outline: none;
}
ul.ankush1 li a:hover {

}	
html ul.ankush1 li.active, html ul.ankush1 li.active a:hover  {
	background: #fff;
	font-weight:bold;
	font-size:12px;
}

.content1 {
	padding: 1px;
	margin:0px;
	vertical-align:top;
	width:100%;
	float:left;
}

/*      tab3       */
.container2 {width: 100%; overflow:hidden; margin: 0px auto;
padding-left:0px;}
ul.ankush11 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	width: 100%;
}
ul.ankush11 li {
	float: left;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	height: 22px;
	padding-top:5px;
	background-color:#CCC;
	border-left: none;
	margin-bottom: -1px;
	margin-left:2px;
	overflow: hidden;
	position: relative;
}
ul.ankush11 li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size:12px;
	padding: 0 5px;
	outline: none;
}
ul.ankush11 li a:hover {

}	
html ul.ankush11 li.active, html ul.ankush11 li.active a:hover  {
	background: #fff;
	font-weight:bold;
	font-size:12px;
}

.content11 {
	padding: 1px;
	margin:0px;
	vertical-align:top;
	width:100%;
	float:left;
}

/*      tab4       */
.container2 {width: 100%; overflow:hidden; margin: 0px auto;
padding-left:0px;}
ul.ankush12 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	width: 100%;
}
ul.ankush12 li {
	float: left;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	height: 22px;
	background-color:#CCC;
	border-left: none;
	margin-bottom: -1px;
	margin-left:2px;
	overflow: hidden;
	position: relative;
}
ul.ankush12 li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size:12px;
	padding: 0 5px;
	outline: none;
}
ul.ankush12 li a:hover {

}	
html ul.ankush12 li.active, html ul.ankush12 li.active a:hover  {
	background: #fff;
	font-weight:bold;
	font-size:12px;
}

.content12 {
	padding: 1px;
	margin:0px;
	vertical-align:top;
	width:100%;
	float:left;
}

.iframe{
	width:730px;
	height:700px;
	border:none;
	border:0px;
	background-color:#FFF;}