@CHARSET "UTF-8";

body, html {
	color: #393939;
	font-family: "Trebuchet MS";
	font-size: 13px
}

h1 {}
h2 { font-size: 20px; color: #bc0b19; font-weight: 100}
h3 {}
h4 { font-size: 13px; color: #393939;}
h5 {}
h6 {}

a {color: #586316}
a:hover {color: #393939; text-decoration: none;}

#lang {
	text-align: right;
}

#lang a{color: #807c4c}
#lang a:hover {color: #323232; text-decoration: none;}

.news_item p {
	padding:0;
	margin:0;
}

.allnewslink a {color: #807c4c}
.allnewslink a:hover {color: #000; text-decoration: none;}

.news_date {
	color: #393939;
	font-size: 11px;
	font-style: italic;
}

#footer {
	font-size: 12px;
	color: #323232;
}

.f_left {
	text-align: left;
}

.f_right {
	text-align: right;
}

ul li {
	list-style-image: url(../../images/list.png);
}

.active {
	font-size: 20px;
	color: #c00;
}

#footer a {color: #323232;}
#footer a:hover {color: #323232; text-decoration: none;}

