		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

		UL.tabNavigation LI A {
		    padding: 5px 5px;
		    background-color: #fff;
			font-family: Georgia, "Times New Roman", Times, serif;
		    color: #000;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #a2285f;
		    color: #fff;
		    padding-top: 5px;
			font-style: normal;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 3px;
			border: none;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		#first {
		   
		}
		
		#first p {
    		font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			line-height: 22px;
			color: #555;
			text-align: left;
			font-weight: normal;
			font-style: normal;
			}

		#second {
		    
		}

		#third {
		    
		}
		
		.waste {
			min-height: 1000px;
		}

