﻿.red_font {
	color: #C00000;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
#container {
	margin: 0px auto 0px auto;
	width: 750px;
	background-color: #E7E7E9;
}
#header {
	background-image: url('images/new_top_nav.jpg');
	width: 750px;
	height: 285px;
	margin: 0px;
}
#news_content_top {
	background-image: url('images/news_back_top.jpg');
	background-repeat: no-repeat;
	width: 730px;
	height: 10px;
	margin: 0px auto 0px auto;
}
#news_content_middle {
	margin: 0px auto 0px auto;
	background-image: url('images/news_back_middle.jpg');
	background-repeat: repeat-y;
	width: 730px;
}
#news_content_bottom {
	background-image: url('images/news_back_bottom.jpg');
	background-repeat: no-repeat;
	width: 730px;
	height: 10px;
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
}
p.news_1 {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.news_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 10px 35px 10px 35px;
	text-align: left;
}
p.news_3 {
	padding: 0px 35px 0px 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px;
	height: 177px;
}
p.news_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px 35px 0px 35px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	background-image: url('images/news_footer.jpg');
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: 750px;
	height: 40px;
}
