/******************************************************************************
* Global Page Classes
******************************************************************************/

 html, body {
	margin: 0;
	padding: 0;
	border: none;
}

	body {
		background: #ffffff url(/images/global/bg_page.gif) repeat-x top center;
		min-width: 980px;
		font: normal 12px/1.75em Arial, Helvetica, sans-serif;
		color: #666666;
		text-align: center;
	}
	
.news-top {
	width:227px;
	height:15px;
	background-image:url(../../images/global/news-top.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
.news-middle {
	width:207px;
	background-image:url(../../images/global/news-middle.jpg);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	padding:0px 10px;
	min-height:105px;
}
.news-bottom {
	width:227px;
	height:15px;
	background-image:url(../../images/global/news-bottom.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

