body {
	font-size: 10pt;
}
p {
	font-size: 12px;
}
#wrapper {
	height: 1090px;
	width: 830px;
	border-width: 1;
	border-style: solid;
	border-color:#CCCCCC;
}
#header {
	height: 400px;
	width: 830px;
}
#leftbox {
	float: left;
	height: 500px;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#rightbox {
	float: right;
	height: 500px;
	width: 625;
	text-align: left;
}
#navi {
	height: 160px;
	width: 830px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#copyright {
	height: 30px;
	width: 830px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.mm2 {
	font-weight: bold;
	padding-top: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: 3px;
}
a:link {
	color:#0069B3;
	text-decoration:none;
}
a:active {
	color:#0069B3;
	text-decoration:underline;
}
a:visited {
	color:#0069B3;
	text-decoration:none;
}
a:hover {
	color:#0069B3;
	text-decoration:underline;
}