A:link {
	color: blue;
	text-decoration: underline;
}
A:visited {
	color: blue;
	text-decoration: underline;
}
A:active {
	color: blue;
	text-decoration: underline;
}
A:hover {
	color: blue;
	text-decoration: underline;
}

A.m:link {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}
A.m:visited {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}
A.m:active {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}
A.m:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 8pt;
}
A.m2:link {
	color: #ff0000;
	text-decoration: none;
	font-size: 8pt;
}
A.m2:visited {
	color: #ff0000;
	text-decoration: none;
	font-size: 8pt;
}
A.m2:active {
	color: #ff0000;
	text-decoration: none;
	font-size: 8pt;
}
A.m2:hover {
	color: #ff0000;
	text-decoration: underline;
	font-size: 8pt;
}
A.tit:link {
	color: #660000;
	text-decoration: underline;
	font-weight : bold;
}
A.tit:visited {
	color: #660000;
	text-decoration: underline;
	font-weight : bold;
}
A.tit:active {
	color: #660000;
	text-decoration: underline;
	font-weight : bold;
}
A.tit:hover {
	color: #660000;
	text-decoration: underline;
	font-weight : bold;
}

body  {
	font-family: Verdana, Arial;
	font-size: 10pt;
	background: #ffffff;
	color: #000000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
td {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}
th {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}
input {
	font-family : Verdana, Arial;
	font-size : 8pt;
}
select {
	font-family : Verdana, Arial;
	font-size : 8pt;
}
img.border {
	border : 1px groove Black;
}

.lp_bc {
	background: #f2e8bd;
}
.err {
	font-family : Verdana, Arial;
	font-size : 8pt;
	color: #ff0000;
	font-weight: bold;
}
.ok {
	font-family : Verdana, Arial;
	font-size : 8pt;
	color: #008000;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	color: #800000;
	font-size: 12pt;
}
h1.tyt {
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: -16px;
}
h2 {
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

