<style>
<!--

	BODY {
		color: #8B7A68;
		font-family: arial, helvetica, sans-serif;
	}

	A:link{color:#558EA0;text-decoration:underline;}
	A:visited{color:#558EA0;text-decoration:underline;}
	A:active{color:#558EA0;}
	A:hover{color:#558EA0;text-decoration:underline;}

	.text {
		color: #8B7A68;
		font-size: 11px;
		font-family: arial, helvetica, sans-serif;
	}
	
	.whitetext {
		color: #ffffff;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
	}

	.bgblue {
		background-color: #ADCDEC;
		background-image : url(images/dot_blue.gif);
	}
	
	.bgdkblue {
		background-color: #85A5C4;
		background-image : url(images/dot_dkblue.gif);
	}
	
	.bgwhite {
		background-color: #ffffff;
	}
-->
</style>