body
	{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-color:#000000;
	font-family :verdana, tahoma, Arial, Helvetica,sans-serif;
 	font-size:12px;
	}
#horizont 
	{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
 
#content 
	{
	position: absolute;
	margin-left: -376px; /* div's width / 2 */
	top: -186px; /* div's height / 2 */
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible;
	}
.LfCell
	{
	background-color:#efefef;
	color:#000000;
	font-family :  verdana, tahoma, Arial, Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	}

.RtCell
	{
	background-color:#F8F8F8;
	color:#000000;
	font-family :  verdana, tahoma, Arial, Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	}

.Cell
	{
	color:#000000;
	font-family :  verdana, tahoma, Arial, Helvetica,sans-serif;
	font-size:11px;
	line-height:20px;
	text-align:left;
	padding-top:22px;
	padding-bottom:22px;
	font-weight:normal;	}

.cellbg
	{
	border:solid 1px #464646;
	}

select
	{
	border: 1px solid #CFCECE;
	font-size: 9px;
	font-family :  verdana, tahoma, Arial, Helvetica,sans-serif;
	color : #000000;
	}


input.nor
	{
	border:none;
	text-align:right;
	font-size:8pt;
	font-weight:normal;
	font-family:verdana,arial, times new roman;
	}

input.text
	{
	font-family:verdana,arial, times new roman;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size:10px;
	font-weight:normal;
	}

input.submit
	{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

input
	{
	border: 1px solid #CFCECE;
	font-size: 9px;
	font-family :  verdana, tahoma, Arial, Helvetica,sans-serif;
	color : #000000;
	}

input.chk
	{
	border:none;
	}

input.rad
	{
	border:none;
	}


form
	{
	display:inline;
	}

td
	{
	font-size: 11px;
	font-family :  verdana, tahoma, Arial, Helvetica,sans-serif;
	line-height:17px;
	color : #000000;
	}
	
.txthd
	{
	font-size: 9px;
	font-family :  verdana, tahoma, Arial, Helvetica,sans-serif;
	line-height:17px;
	color : #000000;
	font-weight:bold;
	text-transform:uppercase;
	}

a
	{
	color : #000000;	
	font-family :  Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration : none; 
	font-weight : bold;
	}

a:hover
	{
	color : #000000;
	font-family :  Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration : underline; 
	font-weight : bold;
	}

.wc
	{
	color : #FFFFFF;
	font-family :  Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size :9px;
	text-decoration : none; 
	}

.wc:hover
	{
	color : #FFFFFF;
	font-family : Verdana,  tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size :9px;
	text-decoration : underline; 
	}
	
.nav
	{
	color : #000000;
	background-color:#FFF;
	font-family :  Arial, Verdana, tahoma, Geneva, Helvetica, sans-serif;
	font-size :12px;
	text-decoration : none;
	text-transform:uppercase;
	white-space:nowrap;
	}

.nav:hover
	{
	color : #000000;
	font-family : Arial, Verdana, tahoma, Geneva, Helvetica, sans-serif;
	font-size :12px;
	text-decoration : underline; 
	text-transform:uppercase;
	white-space:nowrap;
	}
	
.hd
	{
	color : #000000;
	font-family :  Verdana, Arial, tahoma, Geneva, Helvetica, sans-serif;
	font-size :12px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.subhd
	{
	color : #CCC;
	font-family :  Arial, Verdana, tahoma, Geneva, Helvetica, sans-serif;
	font-size :11px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.padding
	{
	padding-left:30px;
	padding-right:30px;
	}
	
.padding2
	{
	padding-left:20px;
	}
.border1 
	{
	border: 1px solid #000000;
	}
	
/******	Edit By Abhsiek kr ******/
.topnav {
	width:96%;
	float:left;
	color:#f582c8;
	text-align:center;
}
.topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
.topnav li {
	display:inline;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	margin:0px 2px 0px 2px;
}
.topnav li a {
	color:#f582c8;
	text-decoration:none;
}
.topnav li a:hover {
	color:#000000;
	text-decoration:underline;
}

/****************** CSS Table Layout *******************************/
.divtable {
	width:100%;
	min-height:360px;
	border-spacing:5px;			/*cellspacing:poor IE support for  this*/
	border:0px solid #6B6B6B;
	background-color:#FFFFFF;	
	border-collapse:separate;

}
.divrowHeading {
	float:left;
	width:100%;
	height:36px;
	color:#000000;
	font-size:20px;	
	font-weight:normal;
	display:table-row; 
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.divrowTitle {
	float:left;
	width:100%;
	min-height:26px;	
	display:table-row; 
	background-color:#DBDBDB;
	border-bottom:1px solid #8498A4;
}
.divrow {
	float:left;
	width:100%;
	min-height:20px;	
	display:table-row; 
	text-align:left;
	background-color:#FFFFFF;
	border-bottom:0px solid #DDDDDD;
}

.divcell {
	float:left;					/*fix for buggy browsers*/
	padding:3px;
	min-height:20px;	
	width:100%;
	display:table-cell;
}




.blogHeading		{ text-decoration:none; }
.blogHeading:hover	{ text-decoration:underline; }
