@CHARSET "UTF-8";
body{
font-family: tahoma;
font-size: small;
}
/*
table {
	border: 3px solid;
}
td {
	border: 1px solid;
}
*/
a {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}
	
	
.block{
	text-align: left;
	font-size: 12px;		
}

.block_title {
	border:0px solid;
	background:#F0F0F0 none repeat scroll 0%;
	border-top:3px solid #C8C8C8;
	color:#353535;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	padding:3px;
	margin-top: 10px;
}
.menu {
	border: 0px solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-top: 5px solid gray;
	
}
.menu_cell{
	border: 0px solid;		
	padding: 5px 0px 3px 10px;
	background: url("./images/li.gif") left no-repeat top;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid gray;
}
.menu_cell a {
	color:black;
	text-decoration: none;
}
.menu_cell1 a {
	color: blue;
	text-decoration: none;
}
.menu_cell2 a {
	color: red;
	text-decoration: none;
}

.menu_cell a:HOVER {
	color:red;
	text-decoration: underline;
}

.block_news{
	border: 0px solid;
	font-size: small;	
	text-align:left;
	padding-top: 10px; 
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
	
}
.block_news a{
	text-decoration: underline;
	font-weight: bold;
	color: blue;	
}
.block_news a:hover{
	text-decoration: none;	
}
.block_news_date{
	border:0px solid;
	background: url("./images/li_news.gif") no-repeat left;
	text-align: left;
	padding: 1px 0px 0px 5px;
	font-size: x-small;
	color: red;
	
}
.block_news_text{
	text-align: left;
	font-size: 12px;	
}

