@import url('page.css');
@import url('header.css');
@import url('menu.css');
@import url('wrapper.css');
@import url('submenu.css');
@import url('contents.css');
@import url('footer.css');


#page #wrapper #contents #news_short{
	position: realtive;
	margin: 15px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	width: 420px;
	
	color:#000;
}

#page #wrapper #contents #news_short ul{
	text-align: justify;
}	

#page #wrapper #contents #news_short ul li{
	color: rgb(1,118,165);
	list-style-image: url(/animacor06/img/icon_arrow_sm.gif);
	font-weight: bold;
	font-size:8pt;
	margin-bottom: 10px;	
}

#page #wrapper #contents #news_short ul li p{
	position: relative;
	display: inline;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	
}

#page #wrapper #contents #news_full{
	position: realtive;
	margin: 25px;
	
	color: #000;
}

#page #wrapper #contents #news_full h4{
	font-family:"Trebuchet MS";
	font-weight: normal;
	color: rgb(3,118, 165);	
}

#page #wrapper #contents #important{
	position: relative;
	margin: 25px;
	margin-left: 0;
	margin-right: 5px;
	width: 100px;
	
	display: none;
}


