#contents {
	width:600px;
	float:left;
}
#contents h2 {
	background-image:url('../img/h2bg.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:20px;
	color:#000066;
	padding:4px 0px 2px 12px;
	margin:0px 0px 10px 0px;
}
#contents h3 {
	font-size:18px;
	color:#000066;
	background-image:url('../img/dotline.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	margin:10px 0px;
}
#contents .text {
	margin-left:16px;
}
#contents ul {
	list-style-image:url('../img/dot.gif');
	margin:0px;
	padding-left:30px;
}
#contents table {
	border: 1px #a0a0e0 solid;
	border-spacing: 0px;
}
#contents caption {
	background-color:#a0a0e0;
	color:white;
	padding:4px 0px;
	font-weight:bold;
	font-style:italic;
}
#contents table th {
	border: #E3E3E3 solid;
	border-width: 0px 0px 1px 1px;
	background: #F0F0F8;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
	padding:4px;
}
#contents table td {
	border: #E3E3E3 solid;
	border-width: 0px 0px 1px 1px;
	vertical-align:top;
	padding:4px;
}
#contents table tr.dark {
	background: #F0F0F8;
}
dl.history dt {
    float:left;
    width: 76px;
	font-style:italic;
	padding-left:4px;
	background-image:url('../img/dotunderline.gif');
	background-repeat:repeat-x;
	background-position: 0px 2px;
}
dl.history dd {
	margin-left:80px;
}
dl.history dt.year {
	padding-left:0px;
	font-weight:bold;
}
.button {
	display:block;
	width:98px;
	height:23px;
	text-align:center;
	background-image:url('../img/button.gif');
	padding:3px 4px 2px 2px;
	font-size:12px;
	color:black;
}
.button:hover {
	text-decoration:none;
	background-position: 0 -28px;
}
#gotop {
	float:right;
}
