@charset "utf-8";
.text_format {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.text_bold {
	font-size: 13px;
	font-weight: bold;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0066FF;
	cursor:pointer;
}
body {
	background-color: #DAFFD1;
}
a:link {
	text-decoration: none;
	color: #9C0;
}
a:visited {
	text-decoration: none;
	color: #9C0;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#main_div {
	position:absolute;
	width:375px;
	height:380px;
	margin-left:5px;
	z-index:1;
	overflow: auto;
}
#image_div {
	position:absolute;
	width:200px;
	height:315px;
	z-index:1;
	overflow: hidden;
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
