/* CSS Document */


body {
	width:800px;
	margin:auto;
	margin-top:10px;
	font-family: Tahoma, Verdana, Arial;
	font-size:14px;
}

.style1 {
	font-weight: bold;
	font-size: 16px;
}
.style2 {
	font-size: 14px;
}

img {
	border:none;
}

div.newsitem {
	padding-bottom:1em;
	border-left:#CCCCCC thin solid;
		border-right:#CCCCCC thin solid;
		border-bottom:#CCCCCC thin solid;
	padding-right: 6px;
}

div.newstext {
	font-size:14px;
	padding-right:15px;
	padding-left:15px;
	text-align:justify;
	position:relative;
}

div.newsposter {
	font-size:14px;
	vertical-align:middle;
	width:500px;
	position:relative;
	top: 25px;
}

div.userpic {
	padding-left:30px;
	padding-right:10px;
	width:85px;
	float:left;
}

div.userpic:before {
	content:url(gfx/newest_top_f.png);
	display:block;
	line-height: 0.1;
	margin: -10px -10px -80px -31px;
}




a {
	text-decoration:none;
}
