/* txt */
.bar {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	margin: 0px 0px 8px 0px;
	padding: 2px 2px 2px 6px;
	letter-spacing: 2px;
	width: 100%;
}


li{
	line-height:140%;
}
.list{
	list-style:none;
	margin-left:-2em;
}
.indent{
	margin-left:1em;
	list-style:none;
}
.etc{
	list-style:none;
	text-align:right;
	font-size:x-small;
	padding-right:1em;
}
tt{
	font-weight:bold;
}
h2{
	color: #fff;
	background-color: #039;
	margin: 1em 0 3px 0;
	padding: 0 0 0 6px;
	font-size:14px;
}
h2 span {
	font-size: 12px;
	font-weight: normal;
}
h3{
	color: #222;
	font-size:12px;
	border-bottom:1px solid #222;
	margin: 1em 0 5px 0;
}
h3 span {
	font-weight: normal;
}
th{
	color:#fff;
}a {
	text-decoration: underline;
}
