.newsBox {
	background:#4F6273;
	width:219px;
	height: 219px;
	
	margin-bottom:10px;
}

.newsBox:hover {
	cursor: pointer;
}

.newsTop {
	width:219px;
	height:10px;
	background:url('/media/newsBoxTop.gif');
	font-size:0em;
}

.newsBottom {
	width:219px;
	height:10px;
	background:url('/media/newsBoxBottom.gif');
	
	font-size:0em;
}

.newsContent {
	width:189px;
	height:189px;
	
	color:#FFFFFF;
	font-size:0.6em;
	font-weight:normal;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	overflow:hidden;
}

.newsContent h1 {
	margin:0;
	font-size:1.4em;
	font-weight:bold;
}

.newsBox a, 
.newsBox a:link, 
.newsBox a:visisted, 
.newsBox a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.newsBox a:hover
{
	cursor: pointer;
}

.newsBackground {
	position: relative;
	top:-219px;
	width:219px;
	height:219px;
	background:url('/media/newsBoxReadMore.gif');
}

* html .newsBackground {
	margin-bottom:-219px;
}

