								/* (BORDER STYLES)   IE 4 & 5 also Netscape 4 don,t support some styles */



.txtHeading {
	text-align:left;
	color:#678C49;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: bold;
	
	
			}


.txtHeading2 {
	text-align:left;
	color:#5F8240;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style: normal;
				}

.txtHeading3 {
	text-align:left;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style: normal;
				}


						td {
	text-align:left;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
							
						}
						
						.txtfooter {
	text-align:left;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
							
						}						
						
						.txtTextcenter {
							text-align:center;
							color:#FFFFFF;
							font-family: papyrus;
							font-size: 12px;
							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; 
	
	}
	
	.tinyborder {
	BORDER-RIGHT: #425e89 3px solid; 
	BORDER-TOP: #425e89 3px solid; 
	BORDER-LEFT: #425e89 3px solid; 
	BORDER-BOTTOM: #425e89 3px solid;
	border-color:#628D60;
}
															/* HYPER LINK 	 */
									
								
								A:link {
									color: #FFFFFF;
										}
								A:visited {
									color: #FFFFFF;
										}
								A:hover {
									color: #FFCC00;
										}
								A:active {
									color: #FFFFFF;
										}

		A.A2:link {
	color: #333333;
	text-decoration: underline;
										}
								A.A2:visited {
									color: #333333;
										}
								A.A2:hover {
									color: #990000;
										}
								A.A2:active {
									color: #333333;
										}
	
		
	
	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;
			}

							
													
													/* List Tags  UNORDERD LIST*/
								
							ul.disc 
							{
							list-style-type: disc;
							list-style-position: outside; /* There r two type of positions " inside & outside"*/

							}
							
							ul.circle 
							{
							list-style-type: circle;
							}
							
							ul.square 
							{
							list-style-type: square;
							}
							
							ul.none 
							{
							list-style-type: none;
							}

	
													
													/* List Tags  ORDERD LIST*/
	
	
		ol.decimal 
		{
		list-style-type: decimal;
		}
		
		ol.lroman 
		{
		list-style-type: lower-roman;
		}
		
		ol.uroman 
		{
		list-style-type: upper-roman;
		}
		
		ol.lalpha 
		{
		list-style-type: lower-alpha;
		}
		
		ol.ualpha 
		{
		list-style-type: upper-alpha;
		}

								
								
								/* List Tags  WITH IMAGE  (Set an image as the list-item marker)    */
								
								ul.imagelist
								{
								list-style-image: url('arrow.gif');
								}


	/* CELL PADDING  (there r three styles of PADDING) */
		
		.pdngLeft {
			padding-left: 6px;    /* we can give left, right, top, bottom */
			font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
				}
		.pdngAround {
			padding: 10px;       /* padding on each side */
					}
		.pdngTwovalues {
			padding: 0.5cm 2.5cm;  /* The top and bottom have the same value (0.5cm), while the left and right have another value (2.5) */
					}
	
	
	
													/*	SPACE B/W THE CHRACTERS */
	
	.LetterSpace {
		letter-spacing: 3px;
				
				}

 
 
 
			
							/* A fixed background image (this image will not scroll with the rest of the page) */
	.FixdImg {
	background-image: url('smiley.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	}





.ScrolTxt
{
background-color:#00FFFF;
width:50px;
height:50px;
overflow:scroll; 
}




/*   FOR I-FRAME  
<iframe  name="dermian" align="middle" height="425" width="386" src="centre.html"  scrolling="yes" frameborder="0">
</iframe></p></td> 

**   **   FOR DROPDOWN MENUE  (use this tag and its porperties beneath the swf file path)
                      
					          <param name="wmode" value="transparent">

 */
			
