body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
a img {
	border: none;
}
.homepage_title {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #ee174f;
}

.homepage_title a:link {
	color: #ee174f;
	text-decoration: none;
}
.homepage_title a:visited {
	color: #ee174f;
	text-decoration: none;
}
.homepage_title a:active {
	color: #ffffff;
	background-color:#ee174f;
	text-decoration: none;
}
.homepage_title a:hover {
	color: #ffffff;
	background-color:#ee174f;
	text-decoration: none;
}

.homepage_box {
	margin-right:15px;
}

.homepage_text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

.homepage_text a:link {
	color: #ee174f;
	text-decoration: none;
}
.homepage_text a:visited {
	color: #ee174f;
	text-decoration: none;
}
.homepage_text a:active {
	color: #ffffff;
	background-color:#ee174f;
	text-decoration: none;
}
.homepage_text a:hover {
	color: #ffffff;
	background-color:#ee174f;
	text-decoration: none;
}


