/* This styles are set for IE 4.02 and up */ 

/* BODY = default paragraph font */ 
	body		{bgcolor: #ffffff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 80%; }
	.menu		{text-decoration: none;}
	a:hover		{text-decoration: underline}

/* Heading styles */ 

	h1		{font-size: 175%; margin-top: .4em; margin-bottom: .5em;}
	h2		{font-size: 160%; margin-top: 2em; margin-bottom: .5em;}
	h3		{font-size: 150%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
	h4		{font-size: 125%; margin-top: 1.2em; font-weight: bold;}
	h5		{font-size: 100%; margin-top: 1.2em; font-weight: bold;}
	.lproch		{font-weight: bold ;margin-top: 1.2em; }/* Heading 9,List Procedure Heading,lproch */ 

/* LISTS */ 
	ol		{font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
	ul		{font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
	ol ul		{list-style: disc; margin-top: .5em;}
	ul ul		{list-style: disc; margin-top: .5em;}
	li		{margin-bottom: .7em; margin-left: -1.75em;}

/* PREFORMATTING - CODE */ 
	pre		{font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
	code	 	{font-family: "courier new", courier; font-size: 125%; }
	
/* TABLES */ 
	table		{font-size: 100%; margin-top: 0em; margin-bottom: 0em;}
	th		{text-align: left; background: #CCCCCC; margin: .25em; vertical-align: bottom;}
	tr		{vertical-align: top;}
	td		{margin: 0em; vertical-align: top;}

/* PARAGRAPH */
	p		{margin-top: .6em; margin-bottom: .6em; text-align: justify; }