	<style type=text/css>
		body
		{
			background-color: black;
			position: absolute;
			top: 0px;
			left: 0px;
			margin: 0px;
			padding: 0px
		}

		td
		{
			color: white;
			font-size: 10pt;
			font-family: Arial, san-serif;
			text-decoration: none
		}
	

		hr{
			color: white;
			background-color: white;
		}

		#center
		{
			text-align: center;
		}

		#right
		{
			text-align: right;
		}

		#outerbox
		{
			border: 1px solid black;
		}

		#bold
		{
			font-weight: bold;
			text-decoration: none
		}

		a, a:active, a:visited, a:link
		{
			font-weight: bold;
			color: #999999;

		}

		a#sidebar, td#sidebar
		{
			color: white;
			font-weight: bold;
			font-size: 8pt;
			font-family: Arial, sans-serif;
			text-decoration: none
		}


		#search
		{
			color: white;
			font-weight: bold;
			font-size: 8pt;
			text-align: right;
			font-family: Arial, sans-serif;
			text-decoration: none
		}
		#search input
		{
			color: white;
			font-size: 8pt;
			text-align: left;
			font-weight: bold;
			font-family: Arial, sans-serif;
			text-decoration: none
		}



		td#footer, #footer a
		{
			color: #999999;
			font-size: 8pt;
			text-align: center;
			font-family: Arial, sans-serif;
			text-decoration: none
		}

		#footer a:hover
		{			
			color: black;
		}

		div#nav a
		{		
			border-left: 3px;
			border-bottom: 0; 
			display: block;
			padding: 5px 0px;
			margin: 0 0 2px;			
			text-align: left;
			font: bold 12px/12px Arial, sans-serif;
			color:white;
			text-decoration: none;
		}

		div#nav a:hover
		{			
			color: #999999;
		}

		td.headerTitle#title
		{
			color: white;
			font-weight: bold;
			font-size: 16pt;
			text-align: right;
			font-family: Arial, sans-serif;
			text-decoration: none
		}

		td.headerTitle#slogan
		{
			color: #white;
			font-weight: bold;
			font-size: 10pt;
			text-align: right;
			font-family: Arial, sans-serif;
			text-decoration: none
		}

		img.printable {
			display: block;
			width: 100%;
			height: 20px;
			margin-bottom: -19px;
			margin-left: -1px;
		}

	</style>