@charset "utf-8";
.background_top {
	background-image: url(images/background_top.gif);
	background-repeat: no-repeat;
}
.background_middle {
	background-image: url(images/background_middle.gif);
	background-repeat: repeat-y;
}
.background_bottom {
	background-image: url(images/background_bottom.jpg);
	background-repeat: no-repeat;
}
.title_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #E15A67;
	font-style: italic;
	font-weight: bold;
}
.title_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #6A78BA;
	font-style: italic;
	font-weight: bold;
}
.subtitle_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E15A67;
	font-style: italic;
	font-weight: bold;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.content_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
