.text_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.text_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.text_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #CE1313;
	text-decoration: none;
}
a:hover {
	color: #ce1313;
	text-decoration: underline;
}
.text_big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.text_small_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FF0000;
}
.text_title_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000FF;
}
