@charset "utf-8";
/* CSS Document */
table a:link {
	color:#003399;
	text-decoration:underline;
}
table a:visited {
	color:#003399;
	text-decoration:underline;
}
table a:hover {
	color:#003399;
	text-decoration:none;
}

table {
	font-size:12px;
}

table h1 {
	margin:0;
	padding:0;
	font-size:15px;
	border-bottom:1px solid #000000;
}
