@charset "utf-8";
a:link {
	color: #29166F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #29166F;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #29166F;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.messagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29166F;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #29166F;
	font-weight: bold;
	text-align: center;
}
