@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
.style1 {
	color: #052e50;
	font-size: 13px;
	font-weight: bold;
}
a:link {
	color: #052E50;
	text-decoration: underline;
}
a:hover {
	color: #052E50;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}