@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: 58595b;
	line-height:1.6em;
}
.style1 {
	color: #297ca6;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #297CA6;
	font-weight:bold
	text-decoration: underline;
}
a:visited {
	color: #297CA6;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}