@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	font-size:12px;
	text-align:center
}
body h2 {
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}
body h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	word-spacing: 20em;
}
body h4 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
a:link {
	color: #000;
	border-bottom-style:dotted;
	border-bottom-color:#993;
	text-decoration: none;
	border-bottom-width: 1px;
}
a:visited {
	color: #000;
	border-bottom-style:dotted;
	border-bottom-color:#993;
	text-decoration: none;
	border-bottom-width: 1px;
}
a:hover {
	color: #000;
	border-bottom-style:dotted;
	border-bottom-color:#993;
	text-decoration: none;
	border-bottom-width: 1px;
}
a:active {
	color: #000;
	border-bottom-style:dotted;
	border-bottom-color:#993;
	text-decoration: none;
	border-bottom-width: 1px;
}
body,td,th {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}

