@charset "utf-8";
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #c1c1c1;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.head {
	background-image:url(hg_head.jpg);
	background-repeat: repeat;
}
.highlight {
	background-image:url(hg_highlight.jpg);
	background-repeat: repeat;
}

