
	body,
	table,
	h1,
	h2,
	h3,
	h4 {
		background: white;
		color: black;
		margin: 0; 
		padding: 0;

	}
	
	body {
		font: 12px/1.5 Verdana, Arial, Helvetica sans-serif;			
	}
	
	h1 {
		font-size: 300%;
	}

	h2 {
		font-size: 200%;
		color: black;
		border-bottom: 3px solid black;; 
		padding-bottom: 1px;
	}

	h3 {
		font-size: 150%;
		color: rgb(220,60,100);
	}

	h4 {
		font-size: 125%;
		color: black;
	}

	table {
		width: 100%; 
		margin: 0;
		font: 12px/1.5 Verdana, Arial, Helvetica sans-serif;
	}
	
	table td {
		padding: 0; 
		border-width: 0; 
		vertical-align:top;
	}

	a {
		background: transparent;
		color: black;
		text-decoration: none;
		font-weight: normal;
	}

	#accessibility-top-link {
		display: none;
	}

	#title {
		background: white;
		height: 75px;
		vertical-align: centre;
	}
	
	#title img {
		margin: 0 0 1% 37px;
	}

	#menu-top {
		display: none;
	}


	#leftside *{
		display: none;	}

	#content {
		padding: 6px 40px 15px 40px;
	}

	#empty-bullet{
		list-style-type: none;
	}
	
	#navigation-path *{
		display: none;
	}

	#content table tr th  {
		text-align: left;
		text-decoration: underline;
	}
	
	#content div#tableNotes {
		font-size: 80%;
		margin: 1em 6% 1em 6%;
	}
	
	#rightside *{
		display: none;
	}

	#menu-bottom1 *, 
	#menu-bottom2 *{
		display: none;
	}
	
	#footer{
		background: white; 
	}
	
	#designer {
		display: none;
	}
	
	#copyright,
	#page-title,
	#page-url {
		background: white; 
		text-align: right;
		padding: 0 5px 0 5px; 
		color: black;
		font-size: 80%
	}

	#copyright {
		font-style: italic;
	}

	#page-url {
		font-family: Courier, monospace;
	}	
			