.bg_site {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer_links {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #8ac5fa;
}
a.footer_links {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #8ac5fa;
	text-decoration: none;
}
a.footer_links:hover {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.footer_text {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #599fe0;
}
.body_text {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
a.body_text {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #c41130;
	text-align: left;
	text-decoration: none;
}
a.body_text:hover {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #999;
	text-align: left;
	text-decoration: underline;
}
.body_text_red {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #c41130;
	text-align: left;
}
.body_text_bold {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.subhead_red {
	font-family: arial;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #c41130;
	text-align: left;
	text-transform: uppercase;
}

