			body {
				background-color: black;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: white;
				font-size: 12pt;
			}

			a {
				color: black;
				text-decoration: none;
				font-weight: bold;
			}

			a:hover {
				font-weight:bold;
				text-decoration: none;
				font-style: normal;
			}

			#banner {
				text-align: center;
				top: 20px;
				position: absolute;
				width: 750px;
				background-color: #99FFFF;
				position: absolute;
				height: 150px;
				margin-left:-375px;
				top:20px;
				left: 50%;
			}

			#links {
				text-align: center;
				width: 750px;
				position: absolute;
				background-color: #F8E319;
				color: black;
				margin-left:-375px;
				top: 170px;
				left: 50%;
				height: 90px;
					
			}

			#body {
				text-align:left;
				width: 750px;
				padding-left:20px;
				padding-right:20px;
				padding-top:10px;
				background-color: #00A5DD;
				overflow: auto;
				position: absolute;
				margin-left:-375px;
				top: 260px;
				bottom:57px;
				left: 50%;
				width: 710px;
			}

			#footer {
				text-align:justify;
				height: 25px;
				width: 750px;
				bottom: 32px;
				position: absolute;
				margin-left:-375px;
				left: 50%;
				width: 750px;
				background-color: #009900;
			}

			.Title {
				font-size: 24px;
				font-style: italic;
			}

			.bottomleft {
				float: left;
			}
			.prodtext {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: white;
				font-size: 10pt;
			}
			li {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: white;
 			}
   			.prodtexttitle {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: white;
				font-size: 10pt;
				font-weight: bold;
			}

