@charset "utf-8";




/* Links Styles */
a:link {
	color:white;
	text-decoration:none;
}
a:active {
	color:white;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	color:white;
}
a:hover {
	text-decoration:none;
	color:white;
}

#linkReqPass {
	font-size: 14px;
	color: #0078b3;
	margin-top: 12px;
}
#linkReqPass a:hover {
	text-decoration: underline;
	color: #0090d9;
}
