<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Created By: Atul Kumar 
   Company: tabMind Solution Pvt. Ltd.
   Website: http://www.tabmind.com
*/
body {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background: #ebeaea;
	color: #7e7e7e;
	text-align:center;
}
#page {
	width: 860px;
	margin: 0 auto;
	text-align:left;
	padding: 0;
	position:relative;
	min-height:500px;
}
#headerframe {
	margin:0;
	height:190px;
	width:100%;
	background:url(../../images/header-bg.png) top center no-repeat;
}
#mainframe {
	padding: 10px 5px;
	min-height:500px;
	border-top:solid 2px #7d7b7b;
	border-bottom:solid 2px #7d7b7b;
}
#footerframe {
	clear: left;
	height:50px;
	font-size:10px;
}
.clr {
	clear:both;
}
.fLeft{ float:left;}
.fRight{ float:right;}
/*Common Headings*/
h3 {
	font-size:12px;
	font-weight:bold;
	color:#e35c61;	
}
table
{
    border:none;
}
a
{
   	font-size:11px;
	font-weight:bold;
	color:Gray;	
    text-decoration:none;    
}
a:hover
{
	color:#e35c61;	
}</pre></body></html>