/* CSS Document */

body,td,th {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #000000;
	font-size: 10pt;
}
body {
	background-color: #FFFFFF;
	color: #000000;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #99FF00;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
h1,h2 {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}
h3,h4,h5,h6 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}
.vanish {
	display: none;
}

#header {
	display: none;
}
#menu {
	display: none;
}
#footer {
	font-size: 9pt;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#links img {
	margin: 2px;
}
.center {
	text-align: center;
}
.righttxt {
	text-align: right;
}