	a:link {
		color: #0019a8;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}
	a:visited {
		color: #ec008b;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}
	a:hover {
		color: #ff8c00;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}
	a:active {
		color: #ff8c00;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}
	a.blackcell:link {
		color: #ffffff;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}
	a.blackcell:visited {
		color: #ffffff;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}
	a.blackcell:hover {
		color: #ffff27;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}

	a.redlink:link {
		color: Red;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}
	
	a.redlink:visited {
		color: Red;
		text-decoration: underline;
		font-weight: bold;
		font-size: small;
	}
	
	body {
		color: #000000;
		background-color: #ffffff;
		scrollbar-track-color: #000099;
		scrollbar-shadow-color: Black;
		scrollbar-highlight-color: #b3b9dd;
		scrollbar-face-color: #8791c6;
		scrollbar-darkshadow-color: #606fb2;
		scrollbar-arrow-color: White;
		scrollbar-base-color: #8791c6;
		scrollbar-3dlight-color: #606fb2;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: small;
	}
	.textblock {
		text-justify: newspaper;
		text-align: justify;
		font-size: small;
	}

	h5 { padding-top: 1px; padding-bottom: 1px; text-align: center; width: 90%; color: #000099; background: #fff; }
	table {
		border: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		font-size: small;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	table.body {
		background-image: none;
	}
	table.leftfloater {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	table.leftfloaterlist {
		margin-right: 40px;
		margin-bottom: 20px;
	}
	table.rightfloater {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	td.blue {
		background-image: none;
		background-repeat: repeat;
	}
	table.content {
		font-size: small;
	}
	li {
		list-style-image: url(images/small_waves.gif);
		list-style-position: outside;
	}
