			
			/* style */
			#t32{
			background-image: url('corndx.gif'); 
			background-repeat: repeat-y; 
			background-attachment: scroll;
			}

			
			#table1{
				border-collapse: collapse; 
				background-repeat:repeat-x; 
				background-attachment:scroll; 
				text-align:left; 
				float:left; 
				font-family:Verdana; 
				font-size:10pt; 
				text-indent:0; 
				margin-right:2;
			}
			#main{
					text-align: justify;
					font-family:Verdana; 
					font-size:10pt;
				}

			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: verdana, arial, helvetica;
						font-weight: bold;
						background-image:  url(bt1.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 216px;
						height: 36px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 216px;
						height: 36px;
						display: block;
						float: left;
						color: blue; 
						text-decoration: underline;
			}

			.cssnav img {width: 216px; height: 36px; border: 0; }
			* html a:hover {visibility:visible;
							color: red;
			}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 39px;
						top: 11px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 154px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */
