/*NEWS VIEW*/
div.news_view_main{
	width: 100%;
	color: #000;
}

span.news_title{
	font-size: 18px;
	font-weight: bold;
}

div.news_text_title{
	font-size: 12px;
	text-align: justify;
}

div.news_image{
/*	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: solid 1px black;
*/
}

img.news_image{
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: solid 1px black;
}

/********************************************NEWS ARCHIVE*/
div.news_archive{
	width: 100%;
	font-size: 12px;
}

div.news_archive_elements{
	
}

td.news_archive_title{
	font-weight: bold;
	font-size: 14px;
}

div.news_archive_text_body{
	width: 90%;

	text-align: justify;
	font-weight: normal;
	font-size: 12px
}

a.news_archive_link{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	
	text-decoration: none;
}

hr.news_archive_element_tr{
	width: 98%;
	color: #000;
	height: 2px;
}