body {
	background-color: #FFFFFF;
	font-family: helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 11px;
}

a {
	margin: 0;
	padding: 0;
	outline: 0;
}

.text a:link { 
	color: #0000FF;
	text-decoration: none;
}
	
.text a:visited { 
	color: #0000FF;
	text-decoration: none;
}
	
.text a:hover { 
	color: #FF0000;
	text-decoration: none;
}
	
.text a:active { 
	color: #FF0000;
	text-decoration: none;
}	

.text {
	position: absolute;
	top: 87px;
	left: 10px;
	width: 450px;
	height: 60px;
}

.image {
 	background-color: #E9E9E9;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 661px;
	height: 496px;
	display:block;
	z-index:1;
}

.next {
	line-height: 7px;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 661px;
	height: 496px;
	display:block;
	z-index:2;
}

a:link { 
	text-indent: -80;
}
	
a:visited { 
	text-indent: -80
}
	
a:hover { 
	color: #000000;
	text-decoration: none;
	text-indent: 0;
	background-image: url("images/white.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
	
a:active { 
	color: #000000;
	text-decoration: none;
	text-indent: 0;
	background-image: url("images/white.gif");
	background-repeat: no-repeat;
	background-position: left top;
}	