﻿/* LINKS */

a{
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
a:Hover{
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
a:Active{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}	

a.whitelink {
	font-weight: normal;
	color: #ffffff;
}
a.whitelink:Hover{
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:Active{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.imagelink {
	border-width: 0px;
}

