@charset "utf-8";
TEXT-12 {
	font-family: Franklin Gothic Book;
	font-size: 12px;
	color: #002F48;
}
body {
	background-color: #002F48;
	margin-top: 5px;
	margin-bottom: 5px;
}
body,td,th {
	font-family: Franklin Gothic Book;
	font-size: 16px;
	color: #002F48;
}
a:link {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	color: #002F48;
	text-decoration: underline;
}


a:visited {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	color: #002f48;
	text-decoration: underline;
}
a:hover {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	color: #002f48;
	text-decoration: underline;
}
