	html {
		margin:0px;
		padding:0px;
		}

	body {
		margin:0px;
		padding:0px;
		background:#ffffff;
		font-size: 10pt;
		font-family: sans-serif;
		}
	A 		{ color: #ffa040; text-decoration: none; font-weight:bold; }
	A:link	{ color: #ffa040; text-decoration: none; }
	A:visited	{ color: #ffa040; text-decoration: none; }
	A:active	{ color: #ffa040;  }
	A:hover	{ color: #fff0a0; text-decoration: none; }

	small {
		text-decoration: none; font-weight:normal; font-size: 10pt;
	}

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	h1, h2 {
		margin-top: 20px;
		margin-bottom: 5px;
	}

	img {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}


	#banner {
		text-align: center;
		border-bottom: 2px solid white;

	}

	#box {
		background:black;
		margin: 20px;
		padding:0px;
		}

	#menu {
		float: left;
		width: 138px;
		height: 160px;
		background: black;
		padding: 20px;
		margin: 0px;
		border: 0px;
		font-size: 14px;
		font-family: verdana, tahoma, arial, sans-serif;
		background: url(menu.gif) no-repeat #000000;
		position: absolute;
		top: 137px;
		left: 20px;
		}

	#text {
		margin: 0px;
		padding: 20px;
		padding-top: 220px;
		padding-bottom: 50px;
		color: #fff000;
		min-height: 160px;
		font-size: 14px;
		font-family: verdana, tahoma, arial, sans-serif;
		background: no-repeat #000000;
		background-position: 178px 0px;
	}


	#footer {text-align: center; font: tahoma, arial, helvetica; font-size: 10px; background-color: #ffffff; padding: 10px; margin-bottom: 10px;}