/*
 *
 * Style sheet for the HTML 4.0 specification
 * Yasuhiro.Yao 2000/04/15
 *
 */

body.main {
	background-color: white;
	color: black;
	font-size: 11pt;
}
body.menu {
	background-color: white;
	color: black;
	font-size: 12pt;
}

font.header {
	font-size: 14pt;
	font-weight: bold;
}

font.footer {
	font-size: 8pt;
}

font.title {
	font-size: 9pt;
	color: white;
	background-color: #5ea4ff;
}

.on {
	text-decoration: underline;
	color: red;
	background-color: white;
}

.off {
	text-decoration: none;
}

td.title {
	padding-left: 5pt;
	color: white;
	background-color: #5ea4ff;
}

