body{ margin:0px}
.bar{ 
	background-image:url(images/bar.jpg); 
	background-repeat:repeat-x;
	}
.bg{ 
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat; 
	background-position:center;
	}
.bor1{ 
	border-style:solid; 
	border-width:1px; 
	border-color:#08047e;
	}
.txt1{
	font-family:New Kannan Text; 
	color:#000000; 
	font-size:16px
	}
.h1{
	font-family:Arial;
	color:#8d1111;
	font-size:14px;
	font-weight:bold;
	}
.foot{
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
	}
.txt{
	font-family:Arial;
	color:#000000;
	font-size:12px;
	text-align:justify;
	line-height:24px;
	padding:8px;
	}
.h2{
	font-family:Arial;
	color:#8d1111;
	font-size:16px;
	font-weight:bold;
	
