a:link{
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
}


a.next:link{
	font-family: Tahoma;
	font-size:8pt;
	color: #D23643;
	text-decoration: none;
	
}
a.next:visited {
	font-family: Tahoma;
	font-size:8pt;
	font-weight:bold;
	color: #D23643;
	text-decoration: none;
	
}
a.next:hover {
	font-family: Tahoma;
	font-size:8pt;
	font-weight:bold;
	color: #D23643;
	text-decoration: none;
	
}
a.next:active {
	font-family: Tahoma;
	font-weight:bold;
	font-size:8pt;
	color: #D23643;
	
}



.nolink{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}