A:link, A:Visited, A:Active
 		{
		color: #000000;
		text-decoration: none;
		}

A:Hover		{
		color: #98C802;
		text-decoration: underline;
		}

.txtnorm	{
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: #000000;
		}

.txtsmall	{
		font-family: arial, sans-serif;
		font-size: 8pt;
		color: #000000;
		}

.txtslarge	{
		font-family: arial, sans-serif;
		font-size: 12pt;
		color: #997700;
		}

.txtlarge	{
		font-family: arial, sans-serif;
		font-size: 14pt;
		color: #997700;
		}

.txtxlarge	{
		font-family: arial,: sans-serif;
		font-size: 24pt;
		color: #000000;
		}

.pos_bottom	{
		position: absolute;
		top: 580px;
		right: 20px;
		}

.form_style1	{
		background-color: transparent;
		width: 200px;
		}
		
.form_style2	{
		background-color: transparent;
		width: 300px;
		}
		
.form_style3	{
		width: 200px;
		background-color: transparent;
		font: 10pt arial, sans-serif;
		color: #000000;
		}

#content	{
		position: absolute;
		top: 20px;
		height: auto;
		width: 600px;
		padding: 15px;
		margin-left: 130px;
		margin-right: 15%;
		border: thin solid #997700;
		}

#footer		{
		position: absolute;
		top: 580px;
		height: 20px;
		width: 600px;
		margin-left: 15%;
		margin-right: 15%;
		text-align: right;
		}

#home		{
		position: absolute;
		top: 15px;
		Left: 15px;
		text-align: center;
		}


a#rasps:link, a#rasps:active, a#rasps:visited {
		display: block;
		width: 200px;
		height: 150px;
		background-image: url('images/menu_rasps_fade.gif');
		background-repeat: no-repeat;
		position: absolute;
		left: 30px;
		top: 130px;
		} 

a#rasps:hover	{
		background-image: url('images/menu_rasps.gif');
		}

a#banana:link, a#banana:active, a#banana:visited {
		display: block;
		width: 200px;
		height: 150px;
		background-image: url('images/menu_banana_fade.gif');
		background-repeat: no-repeat;
		position: absolute;
		top: 25px;
		left: 660px;
		} 

a#banana:hover	{
		background-image: url('images/menu_banana.gif');
		}

a#lime:link, a#lime:active, a#lime:visited {
		display: block;
		width: 200px;
		height: 150px;
		background-image: url('images/menu_lime_fade.gif');
		background-repeat: no-repeat;
		position: absolute;
		top: 20px;
		left: 260px;
		} 

a#lime:hover	{
		background-image: url('images/menu_lime.gif');
		}

a#blueberries:link, a#blueberries:active, a#blueberries:visited {
		display: block;
		width: 200px;
		height: 150px;
		background-image: url('images/menu_blueberries_fade.gif');
		background-repeat: no-repeat;
		position: absolute;
		top: 250px;
		left: 720px;
		} 

a#blueberries:hover	{
		background-image: url('images/menu_blueberries.gif');
		}

a#orange:link, a#orange:active, a#orange:visited {
		display: block;
		width: 200px;
		height: 150px;
		background-image: url('images/menu_orange_fade.gif');
		background-repeat: no-repeat;
		position: absolute;
		top: 350px;
		left: 50px;
		} 

a#orange:hover	{
		background-image: url('images/menu_orange.gif');
		}

