@charset "UTF-8";
body {
	font-family: Optima, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #006600;
	background-image: url(gradient2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: right bottom;
	float: none;
	list-style-type: none;
	line-height: normal;	
}

a:link{
	background: none;
	color: #006600;
	text-decoration: none;
}

a:visited{
	background: none;
	color: #006600;
	text-decoration: none;
}

a:hover{
	background: none;
	color: #666666;
	text-decoration: none;
}

a:active{
	background: none;
	text-decoration: none;
}

a:link IMG {
	border: none
}
