@charset "utf-8";
/* CSS Document */

     	H1 { margin-bottom: 2px; font-family: verdana, Arial, "Times New Roman", Times, Serif;}
		DIV.container { margin: auto; width:50%; margin-bottom: 10px;}
				
		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

		UL.tabNavigation LI A {
			font-size:12px;
			font-weight:bold;
		    padding: 3px 5px;
		    background-color:#666;
		    color: #fff;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #9a0000;
			font-weight:bold;
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 3px;
			
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		
		
		.waste {
			min-height: 1000px;
		}
    
	
		