<style>
	<!--
	html	{
	background-image: url(images/bg1.gif);
	background-repeat: repeat-all;
	}	
	body {
			background: #00be83;
			background-image: url(images/bg2.gif);
			background-repeat: repeat-x;
			position: absolute; top: 1px;
			font-size: .75em;
			font-family: arial,helvetica,san serif;
			color: #000000;
			
		   scrollbar-3d-light-color:#00bf85;
           scrollbar-arrow-color:#AF75AF;
           scrollbar-base-color:#00bf85;
           scrollbar-dark-shadow-color:#AF75AF;
           scrollbar-face-color:#00bf85;
           scrollbar-highlight-color:#AF75AF;
           scrollbar-shadow-color:#AF75AF;
		   
		   margin: 0 0 0 0;
		   		}
	td	{
		font-size: .8em;
		}
		
	#content_bg	{
		background: #00bf85;
		background-image: url(images/palm3.gif);
		height: 100%;
		}
	
	#content	{
		background: #ebecff;
		border: solid 2px #af75af;
		}	
	
	img {
		border: 0;
		}
		
	td	{
		valign: top;
		}
		
	A:link, a:visited		{
			text-decoration: none;
			color: #965898;
		}
	A:hover, a:active		{
			text-decoration: none;
			color: #00bf85;
		}
	-->
	</style>