.text_main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
}
.text_main a:link {
	color: #000000;
	text-decoration: none;
}
.text_main a:visited {
	color: #000000;
	text-decoration: none;
}
.text_main a:active {
	color: #ffffff;
	background-color:#FF9900;
	text-decoration: none;
}
.text_main a:hover {
	color: #ffffff;
	background-color:#FF9900;
	text-decoration: none;
}

.text_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #0f75bc;
	font-weight: bold;
}
.text_title a:link {
	color: #0F75BC;
	text-decoration: none;
}
.text_title a:visited {
	color: #0F75BC;
	text-decoration: none;
}
.text_title a:active {
	color: #ffffff;
	background-color:#0F75BC;
	text-decoration: none;
}
.text_title a:hover {
	color: #ffffff;
	background-color:#0F75BC;
	text-decoration: none;
}
