
BODY {
	BACKGROUND-color: ivory;
	POSITION: absolute;
	}		/*to - ALL
	

H1 {
 	FONT-SIZE: 1cm;
 	MARGIN-LEFT: 5%;
 	COLOR: red;
 	FONT-STYLE: normal;
 	FONT-FAMILY: "arial";
	}		/*to - ALL*/


H3 {
 	FONT-SIZE: 14pt;
 	MARGIN-LEFT: 2.5%;
 	COLOR: green;
 	FONT-FAMILY: "arial";
 	text-align: center;
	}		/*to - ALL*/	

p {	FONT-SIZE: 9pt;
	color: #003399;
	MARGIN-RIGHT: 5%;
 	FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;
	}		/*to - ALL*/

table	{FONT-SIZE: 9pt;
	color: #003399;
	MARGIN-RIGHT: 5%;
 	FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;
	border : 10;}











.main {
 	float: LEFT;
 	Z-INDEX: 2; LEFT: 0.5in;
 	WIDTH: 750px;
 	POSITION: absolute;
 	TOP: 30px;
 	HEIGHT: 33px;
 	TEXT-ALIGN: left;
	}		/*to - ALL*/




em {	text-decoration: underline; }		/*to - ALL*/

p em  {	text-decoration: line-through;}

.underline { text-decoration: underline; }

.line-through	{ text-decoration: line-through; }

.style_red {color: red;
	FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;}

.style_blue {color: blue;}

.style_summary {font-size: 10px;
		font-weight: bolder;
		FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;	}

.style_quote {font-style: italic;
			FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;	}

.style_white {color: white; background: black;}

.bolder {font-weight: bolder; }

.superscript  { vertical-align: super; 
		font-size: 8px;  
		FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;}
	
.subscript { vertical-align: sub; font-size: 12px;  }

.style-bib	{font-weight: bolder;
		 font-style: italic;
		 FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;}	/*to - ALL*/	



	/*codes for hyperlinks  to - ALL*/

A:link { color: #003399;
	FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;		
	FONT-SIZE:8pt;	     }	/* unvisited link is blue */


A:visited { color: #cc0033; 
	FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;		
	FONT-SIZE: 8pt;
      }	/* visited link is  */

A:hover { color: #660033;
	 FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;		
      	font-weight: bold;
	FONT-SIZE: 8pt;	}	/* mouse-over link is green */

A:active { color: red; FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;		
        font-weight: bold;
	FONT-SIZE: 8pt;	
	background-color: pink;	}	/* selected link is red */


IMG {
	float: center;
	
	}	/*to - ALL*/


UL {
	FONT-SIZE: 8pt; 
	COLOR: green; 
	FONT-STYLE: normal; 
	FONT-FAMILY: "Times New Roman"; 
	LIST-STYLE-TYPE: disc;
	}	/*to - ADDITIONAL INFO*/

OL	{
	FONT-SIZE: 9pt; 
	COLOR: red; 
	FONT-STYLE: normal; 
	FONT-FAMILY: verdana, arial, courier, "Times New Roman", Times, serif;
	position: center
		}	/*to - ADDITIONAL INFO*/


.text2	{MARGIN-RIGHT: 248px;	}	/*to - ADDITIONAL INFO*/

.text3	{MARGIN-RIGHT: 148px;	}	/*to - ADDITIONAL INFO*/

.text4	{MARGIN-RIGHT: 140px;	}	/*to - ADDITIONAL INFO*/


.text5	{MARGIN-RIGHT: 320px;	}	/*to - INTRODUCTION */

.text6	{MARGIN-RIGHT: 280px;	}	/*to - INTRODUCTION */


 

#element1 {position: absolute;
		z-index:0; 
		top: 100px; 
		left: 160px;	}	/*to - ADDITIONAL INFO*/

#element2 {position: absolute; 
		z-index:1; 
		top: 450px; 
		left: 650px;}		/*to - ADDITIONAL INFO*/

#element3 {position:absolute; 
		z-index:2; 
		top: 600px; 
		left: 750px;}		/*to - ADDITIONAL INFO*/


#element4 {position:absolute; 
		z-index:1; 
		top: 380px; 
		left: 720px;}		/*to - INTRODUCTION */

#element5 {position: absolute; 
		z-index: 0; 
		top: 550px; 
		left: 550px;}		/*to - INTRODUCTION */



.illustration1{		width: 200px;
			height: 200px;
			overflow: auto;
			float: right;
			margin: 5px;
			cursor: move;	}	/*to - ADDITIONAL INFO*/


.illustration2{		width: 300px;
			height: 200px;
			overflow: auto;
			float: right;
			margin: 5px;
			cursor: move;	} 	/*to - Agriculture */


.nowrap {
	clear: right
	}
