/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.heading  {
	font-size:14px;
	font-weight:600;
	height:25px;
	border-bottom:1px solid #F5F5F5;
	
	
	}
.bdr {
	border:1px solid  #EBF2FA;
	}
	
.bdrMain {
	border:1px solid #000000;
	}
	
.dsc {
	color:#0072BC;
	font-size:12px;
	font-weight:bold;
	}
.dsc a{
	text-decoration:underline;
	color:#0072BC;
	}
.dsc a:hover{
	text-decoration:none;
	color:#0072BC;
	font-weight:bold;
	}
.text{
	width:150px;
	height:20px;
	}
.textarea{
	width:150px;
	height:100px;
	}
.btn {
	border:1px solid #999999;
	background-color:#CCCCCC;
	cursor:pointer;
	font-size:10px;
	}

.btnsend {
	border:1px solid  #3068A7;
	background-color:#E6EAF9;
	richness:inherit;
	cursor:pointer;
	font-size:10px;
	}
	
