/* CSS Document */

.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.text_main a:link {
	color: #FB0000;
	text-decoration: none;
}
.text_main a:visited {
	color: #FB0000;
	text-decoration: none;
}
.text_main a:active {
	color: #ffffff;
	background-color:#FB0000;
	text-decoration: none;
}
.text_main a:hover {
	color: #ffffff;
	background-color:#FB0000;
	text-decoration: none;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	font-weight: bold;
}
.text_blog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: #333333;
}
.text_blog a:link {
	color: #FB0000;
	text-decoration: none;
}
.text_blog a:visited {
	color: #FB0000;
	text-decoration: none;
}
.text_blog a:active {
	color: #ffffff;
	background-color:#FB0000;
	text-decoration: none;
}
.text_blog a:hover {
	color: #ffffff;
	background-color:#FB0000;
	text-decoration: none;
}
