@charset "utf-8";
.DefaultFont {
	font-family: "Arial Narrow";
	font-size: 18px;
}
a:link {
	font-family: "Arial Narrow";
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Arial Narrow";
	font-size: 12px;
}
a:active {
	text-decoration: blink;
}
a:hover {
	text-decoration: underline overline;
	color: #0053A0;
}
.DefaultFont16 {
	font-size: 16px;
	font-family: "Arial Narrow";
}
.DefaultFont12 {
	font-family: "Arial Narrow";
	font-size: 12px;
}
.NoLink {
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-size: 12px;
}

