#notebody h2 {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#notebody h3 {
	margin-top: 10px;
}

.mama {
	font-size: 16px;
	line-height: 34px;
	background-image: url(../img/koe/m.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 45px;
	margin-top: 35px;
	font-weight: bold;
	color: #FF6600;
}
.mama span {
	background-color: #FEFCA5;
}


.child {
	font-size: 16px;
	line-height: 34px;
	background-image: url(../img/koe/c.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	font-weight: bold;
	color: #0099CC;
}

.child span {
	background-color: #FEFCA5;
}

.mamaline {
	height: 380px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF8635;
	border-right-color: #FF8635;
	border-bottom-color: #FF8635;
	border-left-color: #FF8635;
	margin-top: 5px;
	padding-left: 20px;
	overflow-y: scroll;
}

.childline {
	height: 380px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	margin-top: 5px;
	padding-left: 20px;
	overflow-y: scroll;
}
.staff {
	font-size: 14px;
	line-height: 43px;
	background-image: url(../img/koe/staff.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 48px;
	margin-left: 50px;
	color: #333333;
	margin-top: 5px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
