/* CSS Document */


p.date {
	font-size:14px;
	color: #0087C7;
	font-weight: bold;
	clear: both;
	text-align:left;
	margin: 11px 0 3px 5px;
	border-bottom: 1px dotted #287BA4;
	padding-bottom: 2px;
}

dl#news1 {
	clear: both;
	margin: 2px 2px 0px 15px;
	padding: 0 0 10px 0;
}
#news1 dt {
	font-size: 10px;
	text-align:center;
	width:54px;
	height:16px;
	float:left;
	color: #FFFFFF;
	margin: 2px;
}
#news1 dt#event {
	text-indent: -9999px;
	background: url(../img2/news/news-event.gif) no-repeat;
}
#news1 dt#newgirl {
	text-indent: -9999px;
	background: url(../img2/news/news-newface.gif) no-repeat;
}
#news1 dt#news {
	text-indent: -9999px;
	background: url(../img2/news/news-news.gif) no-repeat;
}
#news1 dt#other {
	text-indent: -9999px;
	background: url(../img2/news/news-update.gif) no-repeat;
}
#news1 dd {
	float:left;
	margin: 2px;
}
#news1 dd#date{
	color: #0086C6;
	font-weight: bold;
}
#news1 dd#newstitle{
	color: #FF6600;
	font-weight: bold;
}
#news1 dd#coment{
	clear: both;
}


