BODY {
	font-size: 14px;
	color: #333333;
	background: #ffffcc;
}
a {
	color: #333399;
}
a:link {
	color: #333399;
	background: none;
}
a:visited {
	color: #333399;
	background: none;
}
a:active {
	color: #333399;
	background: none;
}
a:hover {
	position:relative; top:1px; left:1px;
	color: #993399;
	background: none;
}
H1 {
	font-size: 17px;
}
H2 {
	font-size: 15px;
}
#body {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
	width: 90%;
	text-align: left;
}
#doc_table {
	background: #ffffff;
	border: outset #CCCCCC 2px;
}
#doc_titlebox {
	background: #ffff99;
	margin-bottom: 5px;
	border-bottom: outset #cccccc 2px;
}
#copyright {
	color: #666666;
	text-align: right;
}
.doc_number {
	color: #666666;
	margin-left: 3px;
}
.doc_subject {
	font-weight: bold;
	color: #3333cc;
}
.doc_name_block {
	margin-left: 10px;
	font-size: 11px;
}
.doc_name {
	font-weight: bold;
	font-size: 13px;
}
.doc_date {
	font-size: 11px;
}
.doc_body {
	padding: 5px 5px 5px 5px;
	line-height: 140%;
}
.doc_res_name_block {
	font-size: 11px;
}
.doc_res_name {
	font-weight: bold;
	font-size: 13px;
}
.doc_res_date {
	font-size: 11px;
}
.doc_res_body {
	padding: 5px 5px 5px 5px;
	line-height: 140%;
}
.navi_top {
	padding-bottom: 10px;
}
.navi_bottom {
	padding-top: 10px;
}
