	/*  @Design settings for the Body */	

	body {
		/*background-image: url(images/Blue3.jpg);*/
		/* background-color: "#111144";*/
		/* scrollbar-face-color: green; 
        	 scrollbar-highlight-color: #00B98B; 
	         sscrollbar-3dlight-color: #996633; 
        	 scrollbar-3dlight-color: white; 
	         scrollbar-darkshadow-color: green; 
        	 scrollbar-shadow-color: #007700; 
	         scrollbar-arrow-color: white; 
	         scrollbar-track-color: #227700 ;
	*/
	    
		color="#00668b";
		font-family: Verdana;
		font-size: 10pt;
	}



	/* Design Settings for the HOME PAGE */

	/*  Tables in the Home Page */

	.homepageoutertable{
		font-size: xx-small;		
	}


	/*  Tables inside the outer tables defined above */

	.homepageinnertable{
		color: white;
		background-color:green;
		font-size: x-small;		
	}

	/*  Table showing the Price in the Marquee in the Home Page */

	.marqueetable{
		font-size: x-small;		
		color: white;
		background-color:green
	}


	/* Design Settings for data tables */

	.statepricerange{
		
			
	

	}


	
	
	.statepricerangerow1{
	font-family:Arial, Helvetica, sans-serif;	
	font-size: x-small;	
		color: white;
	background-color: #669933;
	}
	
	
	.maxprice{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;	
     color=black;	
	}

	.minprice{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;	
	color: black;	
	}


  .commodity{
  font-family:Arial, Helvetica, sans-serif;  
  font-size: x-small;	
     color=black;	
  }

	.datarow{
		background-color: white;
		color: black;
	}
	
	.grouprow{
	font-family:Arial, Helvetica, sans-serif;  
display: block;
font-size: x-small;
		background-color: #DBDBDB;
		color: black;
	}
	

	h3{
		font-size: 14px;
		font-weight:bold;
		text-decoration: none;
		color="maroon";	
		}

	/*  @Design settings for links */	

	A:visited{
		font-size: 10px;
		font-weight:bold;
		text-decoration: none;
		color="#006688";
	}

	A:link{
		font-size: 10px;
		font-weight:bold;
		text-decoration: none;
		color="#006688";	
		}

	a:hover{
		font-size: 10px;
		font-weight:bold;
		text-decoration: underline;
		color="#ccccff";	
		}


	/* Design specifications for tables */
	
	.generictables{
	
		/*background-color: #ffffff;*/
		font-size: x-small;	
		/*color: green;*/
	}

	/* Design specifications for data tables */

	.datatables{
		background-color: #ffffff;
		font-size: x-small;	
		color: green;
	}

	#dataheader{
		font-size: x-small;	
		color: maroon;
	}

	
	/* Prominent Text within the pages */
	#prominent{
		display: inline;
		color: maroon;
		font-size: 10pt;
	}
	#semiheader{
		display: inline;
		color: maroon;
		font-weight: bold;
		font-size: 10pt;
	}


	/* Form objects/controls design settings */

	#textbox {
		/* BACKGROUND-COLOR: "#FFFFFF";*/
		 font-size: 14px;
		/* color:"#000000";*/
		
	}

	#select {
		 BACKGROUND-COLOR: "#FFFFFF";
		 font-size: 14px;
		 color:"#000000";
		 width: 125 px;
	}

	#button {
		 /*BACKGROUND-COLOR: "#00668b";
		 BACKGROUND-IMAGE: url(images/bkg.gif);*/
		 font-size: 12px;
		 color:"#000000";
		 width: 100 px;
	}
