.chpwd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F4F4;
	text-decoration: none;
	text-align: right;
	margin-right: 12px;
}
a.chpwd:link {
	color: #F4F4F4;
	text-decoration: none;
}
a.chpwd:visited {
	color: #F4F4F4;
	text-decoration: none;
}
a.chpwd:active {
	color: #F4F4F4;
	text-decoration: none;
}
a.chpwd:hover {
	text-decoration: underline;
	color: #FFFFCC;
}