	body {
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		background-color: #EEEEEE;
	}
	img {
		border: none;
	}
	li {
		font-size: 12px;
		text-align: justify;
		margin-top: 0px;
		margin-bottom: 1em;
	}
	p {
		font-size: 12px;
		text-align: justify;
		margin-top: 0px;
		margin-bottom: 1em;
	}
	table {
		margin-bottom: 12px;
	}
	td {
		font-size: 12px;
		width: 144px;
	}
	a:link {
		color: #000022;
	}
	a:visited {
		color: #000080;
	}
	a:hover {
		color: #000080;
	}
	a:active {
		color: #444444;
	}
	#content {
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		text-align: left;
		background-color: #FFFFFF;
	}
	#header img {
		float: left;
	}
	#body {
		width: 433px;
		float: left;
	}
	#sidebar {
		float: left;
		width: 320px;
		text-align: center;
	}
	#footer {
		clear: left;
		width: 900px;
	}
	#footer div {
		width: 900px;
		height: 49px;
		float: left;
		clear: none;
		background-color: #666666;
	}
	#footer div p {
		text-align: center;
		font-size: 11px;
		font-weight: 900;
		color: #FFFFFF;
		margin-top: 18px;
	}
	#footer img {
		float: left;
	}
	#footer a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:hover {
		color: #FFFF00;
		text-decoration: none;
	}
	#bbML {
		color: #000000;
		font-size: medium;
		font-family: serif;
		visibility: visible;
		display: block;
		position: absolute;
		z-index: 1000;
		top: 154px;
		left: 32px;
		width:193px;
		height:190px
	}
	#bottom {
		margin-bottom: 1em;
	}
	.bold {
		font-weight: 900;
	}
	.boldUnderline {
		font-weight: 900;
		text-decoration: underline;
	}
	.unused {
		color: #C0C0C0;
	}