
html, body{
	margin: 0;
	padding:0; 
	background:white;
	height: 100%;
 }	 

html, body { overflow: -moz-scrollbars-vertical; }
html, body { overflow-x: auto; }

.main_body{
	width: 100%;
	height: 100%;
	border: 1px solid #D9D9D9;
}

.header{
	height: 95px;
	border-bottom: 2px solid #D9D9D9;
}

.footer{
	height: 60px;
	text-align: center;
	text-decoration: none
}

.footer_link{
	color: #333333;
	text-decoration: none;
}

.footer_link:hover{
	/*color: #999999;*/
	color: #808080;

}

.center_main{
	border-bottom:  1px solid #D9D9D9;
	}

.left{
	width:200px;
	border-right: 1px solid #D9D9D9;
	padding-left:20px;
	padding-right:20px;
	background: #ECF4E1;
}

.right{
	width:200px;
	padding-top:20px;
	border-left: 1px solid #D9D9D9;
	text-align:center;
	background: #ECF4E1;
}

.center{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

 body,td{
	font-family: arial;
	font-size: 13px;
	color: #202020;
	letter-spacing:0.5px;
	text-align: justify;
	line-height: 135%;
 }

 .page_heading{
	font-size: 16px;
	font-weight: bold;
}

.page_heading2{
	font-size: 14px;
	font: bold;
}

.section_heading{
	font-size: 14px;
	font-weight: bold;
}

.next_heading{
	font-size: 14px;
	font: bold;
}
