@charset "UTF-8";

body {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
}
img { 
	border: 0; 
}
.main { 
	font-family: Monaco;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	background-position: center; 
}
a.main-on {
	font-family: Monaco, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-decoration: underline;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	text-align: center;
}
a:active {
	text-decoration: underline;
	color: #000000;
	text-align: center;
}
#page {
	margin: 0;
	margin-top: 28px;
    width: 750px;
	height: 450px;
	border: none;
}
#header {
	position: relative;
	width: 770px;
	height: 30px;
	left: 20px;
	top: 10px;
}
.style1 {
	font-family: Monaco, sans-serif;
	font-weight: regular;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}

