/* CSS Document */

body{
	margin:0px;
	background-color:#666666;
	}
		.bdetail {
	font-family:Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
	.toplink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
	.toplink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
	.slink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:22px;
}
	.slink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	padding-left:22px;
}
	.sublink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}
	.sublink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	}
	.Heading {
	font-family:Tahoma;
	font-size: 16px;
	font-weight: normal;
	color:#0066CC;
	text-decoration: none;

}
.txtfls{	
	color:#000000;
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:11px;
	}
	.btn{	
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:11px;
	background-color:#006699;
	}

