html, body
{
  height: 100%;
}
.main_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
.menu_text {
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 10px;
}
.title_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #ED2146;
	font-weight: normal;
}
.subtitle_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #ED2146;
	font-weight: normal;
}

.news_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666;
}
.bottom_links {
	line-height: 25px;
}

.bc_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
}
a.bc_text:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #494C55;
	text-decoration:none
}
a.bc_text:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #494C55;
	text-decoration:none
}
a.bc_text:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #494C55;
	text-decoration:none
}
a.bc_text:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #F12146;
	text-decoration:underline;
}
.black_text {
	color: #666;
}
.twitter {
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.twitter a:link {
	color:#060;
}

