/* CSS Document */


.title {
	font-size: 24px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}
.body_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	background-color: #9999FF;
}
.sub_title_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #CCCCFF;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCFF;
}
.index_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

