/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
}

a{
	color: #282828;
}

.background,
.background_spl,
.background_wld {
	position:absolute;
	width:330px;
	height:284px;
	background: url('../images/background.jpg') no-repeat;
	color: #282828;
}

.background_spl {
	background-image:url('../images/background_spl.jpg');
}

.background_wld {
	background-image:url('../images/background_wld.jpg');
}

.background .header-image,
.background_spl .header-image,
.background_wld .header-image {
	position:relative;
	margin-top:42px;
	margin-left:13px;
	width:305px;
	height:79px;
	background: url('../images/header.gif') no-repeat;
	overflow: hidden;
}

.background_spl .header-image {
	background-image:url('../images/header_spl.gif');
}

.background_wld .header-image {
	background-image:url('../images/header_wld.gif');
}

.text-block{
	position:relative;
	margin-left:13px;
	width:305px;
	height:140px;
	overflow-y:auto;
	overflow-x:hidden;
}

.text-line{
	position:relative;
	width:305px;
	height:28px;
	background: url('../images/spacer.gif') no-repeat;
}

.icon{
	padding-top: 4px;
	padding-left: 5px;
	position:relative;
	float:left;
	width:25px;
	height:21px;
	/*background-color:#0099CC;*/
	overflow:hidden;
}

.link{
	padding-top: 4px;
	font: bold 12px Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	width:210px;
	height:15px;
	/*background-color:#339900;*/
	text-transform:uppercase;
	overflow:hidden;
}

.date{
	padding-left: 5px;
	padding-top: 4px;
	font: bold 12px Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	width:45px;
	height:21px;
	/*background-color:#CC6633;*/
	text-transform:uppercase;
	overflow:hidden;
}

/*.footer{
	position:absolute;
	top:256px;
	width:330px;
	height:28px;
	background: url('../images/footer.jpg') no-repeat;
}*/