@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial;
}
.header_links {
	font-size: 10px;
	font-weight:bold;
}
.header_links a {
	color: #fff;
	text-decoration:none;
}
.header_links a:hover {
	text-decoration:underline;
}
.menu {
	color: #ed1f24;
}
.menu a {
	color:#000;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover {
	color:#ed1f24;
}
.content_title {
	font-size:23px;
	font-weight:bold;
	line-height: 28px;
}
.content_title_sub {
	font-size:19px;
	color: #ed1f24;
}
.content_text {
	color: #FFF;
	font-size:12px;
}
.news_left_title {
	color: #fff;
	font-size: 22px;
	font-weight:bold;
	text-indent: 10px;
}
.news_center {
	text-align: center;
}
.news_center_text {
	color: #FFF;
	text-align:left;
	text-indent:10px;
	font-weight:bold;
}
.news_right {
	color: #ed1f24;
	font-weight:bold;
	font-size: 12px;
}
.news_right_title {
	font-size: 18px;
	font-weight:bolder;
}
.news_right a {
	color: #ed1f24;
}
.news_right a:hover {
	color:#000;
}
.social_media a {
	text-decoration:none;
}
.footer {
	font-size: 11px;
	color: #bcbcbc;
	text-align:center;
}
.footer a {
	color: #bcbcbc;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}

/* INSIDE PAGES CSS */

.inside_left_box_text {
	color: #fff;
	font-weight:bold;
	text-indent: 10px;
}
.inside_right {
	font-size: 14px;
	line-height:15px;
}
.inside_right_title {
	font-size: 35px;
	color: #ce1510;
	font-weight:bold;
}
.inside_right_subtitle {
	font-size: 16px;
	font-weight:bold;
}