html, body { margin: 0; padding: 0; height: 100%;}

table.first {
	border-right-style:solid;
	border-right-color:black;
	border-right-width:1px;
	border-left-style:solid;
	border-left-color:black;
	border-left-width:1px;
}

td.menu {
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:1px;
}

td.name {
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:black;
	border-left-width:1px;
}

td.main {
	border-left-style:solid;
	border-left-color:black;
	border-left-width:1px;
}

.td tr, table, body{
	font-family:arial,helvetica;
	font-size:12px;
}

a.menu:link {
	color : 000000;
	font-family : arial, serif;
	text-decoration : none;
	font-weight: bolder;
}

a.menu:visited {
	color : 000000;
	font-family : arial, serif;
	text-decoration : none;
	font-weight: bolder;
}

a.menu:hover {
	color : 1861AD;
	font-family : arial, serif;
	text-decoration : none;
	font-weight: bolder;
}

p {
	font-size:12pt;
}

p.holeHd {
	font-family:arial, serif;
	font-size:20pt;
	text-decoration:none;
	font-weight:bolder;
}

p.menu {
	font-size:10pt;
}

