.txtHeading {
	text-align:center;
	margin: 0cm 0cm 0cm 0cm;
	font-family:Verdana;
	font-size:18px;
	color:#000000;
	
			}
	.txtHeadingLft {
	text-align:left;
	margin: 0cm 0cm 0cm 0cm;
	font-family:Verdana;
	font-size:24px;
	color:#000000;
	
			}
			

.txtText {
	text-align:center;
	color:#000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}


.txtTextLft {
	text-align:left;
	color:#000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.FrmText {
	text-align:left;
	color:#000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}

	/* SCROLL BAR */

.scroll {
	SCROLLBAR-TRACK-COLOR: #ffffff;   /* for color of track */       
	SCROLLBAR-ARROW-COLOR: #ffffff;   /* for color of top n bottom arrow */
	SCROLLBAR-FACE-COLOR: #123456;    /*  for color of scroll Bar */
	SCROLLBAR-HIGHLIGHT-COLOR: 0131B1;
	SCROLLBAR-SHADOW-COLOR: #74BA18;
	SCROLLBAR-3DLIGHT-COLOR: #1C3362;
	SCROLLBAR-DARKSHADOW-COLOR: #AFC3EC; 
	
	}
	
	
	/* HYPER LINK */
	

A:link {color: #FF0000}
A:visited {color: #00FF00}
A:hover {color: #FF00FF}
A:active {color: #0000FF}

		
	
	/* (BORDER STYLES)   IE 4 & 5 also Netscape 4 don,t support this style */

p.dotted {border-style: dotted;    border-bottom-width: 1px;}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}
p.soliddouble {border-style: solid double}
p.doublesolid {border-style: double solid}
p.groovedouble {border-style: groove double}
p.three {border-style: solid double groove}


	

