@CHARSET "UTF-8";

.title {
	font-family: Arial;
	font-size: 15pt;
	color: #333333;
}

.title_sub {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underlined {
	text-decoration: underline;
}

.line-through {
	text-decoration: line-through;
}

.text_link {
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	text-decoration: underline;
	color: #333333;
}

.text_link:hover {
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}
