@media print
{    
	.no-print, .no-print *
	{
		display: none !important;
	}
	.page-break{
		page-break-before: always;
	}
}

body{
	font-family: Mukta;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
#main{
	margin:0 auto;
	width:980px;
}
.row{
	clear:both;
	width:100%;
	padding-top: 15px;
}
.col{
	float:left;
	padding: 0 0 0 15px;
}
.row-separator{
	/*border-top: solid 1px #cccccc;*/
	padding-top: 15px;
}
.col2{
	float:left;
	width: 50%;
}
.col4{
	float:left;
	width: 25%;
}
.box{
	margin: 0 auto;
	border: solid 1px #cccccc;
	min-height: 88px;	
	width:215px;	
	padding:10px;		
}
b{
	font-size:20px;
	line-height:24px;
}
.myul ul{
	list-style-type: square;
	list-style-position: inside;
	margin:0;
	padding:15px;
}
.text-center{
	text-align: center;
}

/* TOP NAVIGATION */
#topnav{
	margin-top:-15px;
	margin-bottom:0px;		
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

#topnav li {
	float: left;
}

#topnav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#topnav li a:hover {
	background-color: #111;
}

.mytable{
	width:100%; border-collapse: collapse; 
}
.mytable thead tr {
	height:30px;border-bottom:2px solid #333333;text-align:left;
}
.mytable tbody tr{
	height:50px;border-bottom:1px solid #cccccc;
}
.mytable tfoot tr:first-child{
	height:30px;border-top:2px solid #333333;
}
.mytable tfoot td:nth-last-child(1), .mytable tfoot td:nth-last-child(2){
	height:30px;border-bottom:1px solid #cccccc;
}

.myform input[type="text"]{
	padding:5px;width:90%;	
}
fieldset{
	border:1px solid #cccccc;
	margin-top:15px;
}
legend{
	padding: 0 5px;
	font-size:16px;
	font-style:bold;
}

fieldset li{

	line-height: 30px;
}

.my-btn{
	padding:10px; color:#eeeeee;border:none;cursor:pointer;
}