p {
	font-size: small;
	line-height: 170%;
	color: #666666;
	text-align: left;
	}
h2 {
	font-size: 12px;
	color: #487A4E;
	text-align: left;
	padding: 5px;
	border: 3px double #487A4E;
}
h3 {
	font-size: 12px;
	color: #89a871;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89a871;
	text-align: left;
}
h4 {
	font-size: 10px;
	color: #89a871;
	text-align: left;
	line-height: 2em;
	background-color: #CCDEAD;
	text-indent: 12px;
}

.green{
	color: #89a871;
}
.pink{
	color: #FF6666;
}

.right{
	float: right;
}
.clear{
	clear: both;
}
.bold{
	font-weight: bold;
}
.greenbold{
	color: #89a871;
	font-weight: bold;
}
.whitebold{
	color: #FFFFFF;
	font-weight: bold;
}
.syo_center_grey {
	font-size: small;
	color: #666666;
}
.line150{
	line-height: 150%;
}
.size_syou {font-size: small}

.x-small {
	font-size: x-small;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}


