@CHARSET "UTF-8";

h4.newstitle{
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: #1ca4b0;
}
h4.newstitle span{
	font-size: smaller;
	font-weight: normal;
	
}
div.newstext{
	margin-top: 10px;
	margin-left: 10px;
	text-align: justify;
}

div#arch ul{
	list-style: none;
	margin: 10px 10px 10px 10px;
}
div#arch ul li{
	margin-bottom: 10px;
}
div#arch ul a{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #1ca4b0;
}
div#arch ul a span{
	font-size: smaller;
	font-weight: normal;
}


ul.arch{
	list-style-image: url(../img/news_img.png);
}
ul.arch li{
	cursor: pointer;
	margin-top: 10px;
	margin-left: 40px;
	color: #2fb4b9;
	font-size: larger;
	font-weight: bold;
}

div.text{
	font-size: smaller;
	color: black;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: normal;
}
div#paginator{
	margin-top: 50px;
	text-align: center;
}
div#paginator a{
	margin: 2px;
	color: #1ca4b0;
	font-weight: bold;
}
div#paginator span.active{
	margin: 2px;
	color: #1ca4b0;
	font-weight: normal;
}
a#oldnews{
	display: block;
	color: #1ca4b0;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 10px;
}
