@charset "utf-8";

html {
    overflow-y: scroll;
}

body,td,th,p {
	font-family: Arial, serif;
	font-size: 13px;
	color: #000000;
}


a:link, a:visited, a:active {
	color: #1E3574;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1E3574;
	text-decoration: underline;
	font-weight: bold;
}
a.menu_link:link, a.menu_link:visited, a.menu_link:active {
	color: #000000;
	text-decoration: none;
}
a.menu_link:hover {
	color: #000000;
	text-decoration: underline;
}
