								/* (BORDER STYLES)   IE 4 & 5 also Netscape 4 don,t support some styles */



.txtHeading {
	text-align:left;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	font-style: oblique;
	font-weight: bold;
	
	
			}


.txtHeading2 {
	text-align:left;
	color:#85b600;
	font-family: Verdana;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	
	
			}



						.txtText {
	text-align:left;
	color:#1b1201;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
							
						}
							.txtText2 {
							text-align:left;
							color:#000000;
							font-family: Verdana;
							font-size: 10px;
							font-weight: normal;
							
						}					
						.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; 
	
	}
	
	
															/* HYPER LINK 	 */
									
								
								A:link {
	color: #00000;
	text-decoration: none;
										}
								A:visited {
	color: #000000;
	text-decoration: none;
										}
								A:hover {
	color: #009900;
	text-decoration: none;
										}
								A:active {
	color: #00000;
	text-decoration: none;
										}

		
	
		
	
	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">

 */