body { 
	margin: 5px;
	background-color: #eeeeff; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
a { 
	text-decoration: none;
	/*color: blue;*/
	color: #003399;
	}
a:hover { 
	text-decoration: underline;
	}
h1 {
	font-weight: 600;
	font-size: 18pt;
	color: #000099;
	text-align: center;
	margin: 0px;
	}
h2 {
	font-weight: 600;
	font-size: 14pt;
	color: #336633;
	text-align: center;
	margin: 0px;
	}
h3 {
	font-weight: 600;
	font-size: 12pt;
	color: #336633;
	font-variant: small-caps;
	margin: 0px;
	}
h4 {
	font-weight: 600;
	font-size: 10pt;
	color: #336633;
	margin: 0px;
	}
img {
	border: none;
	}
table {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	}
td	{
	vertical-align: top;
	}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: 150%;
	}
form {
	margin: 0px;
	}

.aboutlist p {
	margin: 0px;
	padding: 3px 0px;
	}	
.aboutlist td {
	border: 0px;
	margin: 0px;
	padding: 3px 0px;
	}
.linklist p {
	margin: 0px;
	padding: 3px 0px;
	}
.linklist ul {
	font-size: 10pt;
	}
.linklist li {
	margin: 9px 0px 0px 0px;
	}
.linklist h3,h4 {
	margin: 9px 0px 0px 0px;
	}
.linklist a {
	font-weight: bold;
	}
.dictlist ul {
	font-size: 8pt;
	color: #666666;
	}
.dictlist li {
	margin: 3px 0px 0px 0px;
	}
.dictlist a {
	font-weight:normal;
	}
.pagenav {
	color: #666666;
	font-size: 8pt;
	}
.pagenav a {
	color: #666666;
	font-weight: normal;
	}
.pagenavtop {
	margin: 6px 0px;
	text-align: center;
	color: #666666;
	font-size: 8pt;
	}
.pagenavtop a {
	color: #666666;
	}

.tb1 {
	border-width: 3px; 	
	border-color: #003399; 
	border-style: solid;
	} 	
.tb1 th {
	border-width: 1px;
	background-color: #eeeeff;
	border-color: #003399; 
	border-style: solid;
	}
.tb1 td {
	width: 33%;
	border-width: 1px; 
	border-color: #003399; 
	border-style: solid;
	}
		
#head {
	padding: 7px;
	border-width: 3px;
	border-color: #000099;
	border-style: solid;
	background-color: #dddddd;
	width: 755px;
	height: 39px;
	}
#head h1 {
	font-size: 24px;
    line-height: 150%;
	}
	
#main {
	padding: 10px 5px 15px 10px;
	width: 605px;
	margin-left: 150px;
	border-width: 1px;
	border-style: none dashed;
	border-color: #999999;
	background-color: #ffffff;
	}

#foot {
	width: 755px;
	padding: 10px;
	border-width: 1px;
	border-style: dashed none none none;
	border-color: #999999;
	text-align: center;
	font-size: 8pt;
	color: #666666;
	}

#foot a {
	color: #666666;
	}

#left {
	position: absolute;
	width: 150px;
	top: 64px;
	/*margin-left: 5px;*/
	/*left: 5px;*/
	}
		
#contents {
	padding: 15px 5px;
	background-color: #999999;
	color: #ffffff;
	line-height: 150%;
	font-size: 9pt;
	font-weight: 500;
	}
#contents a {
	text-decoration: none;
	color: #003399;
	}
#contents a:hover {
	text-decoration: none; 
	color: #ffffff; 
	}
#contents .contgrouphead {
	color: #003399;
	font-style: italic;
	}