/* CSS Document */
a:link {
	color: #174568;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #174568;
}
a:hover {
	text-decoration: underline;
	color: #174568;
}
a:active {
	text-decoration: none;
	color: #174568;
}

.ifr{
	height: 1px;
	width: 1px;
	}