.news_home {
	position: relative;
	padding: 0px 21px 0px 8px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.news_block {
	position: relative;
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.news_anons {
	position: relative;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #eeeeee;
	float: left;
}

.news_date {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #a3b1b3;
	font-size: 9px;
	float: left;
}

.news_comments {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.news_text {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 11px 0px 0px 0px;
	float: left;
	clear: both;
}

.news_category {
	position: relative;
	padding: 15px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 25%;
}

.news_sub {
	padding: 7px 11px 0px 0px;
	color: #a3b1b3;
}

.news_sub span {
	color: #ffffff;
	background-color: #779d03;
}

.news_sub a {
	color: #434343;
	text-decoration: underline;
}

.news_sub a:hover {
	color: #669900;
	text-decoration: none;
	background: none;
}

.news_content {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0px 10px 0px;
}

.message_content h1, .news_content h1 {
	color: #779d03;
	font-size: 16px; 
	/*font-family: Tahoma, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.message_content h2, .news_content h2 {
	color: #779d03;
	font-size: 14px; 
	/*font-family: Tahoma, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.message_content h3, .news_content h3 {
	color: #779d03;
	font-size: 12px; 
	/*font-family: Tahoma, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.message_content h4, .news_content h4 {
	color: #779d03;
	font-size: 10px; 
	/*font-family: Tahoma, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

div.news_div {
	position: relative;
	float: left;
	padding: 1px;
	margin: 5px 7px 6px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #a9a9a9;
	font-size: 9px;
	color: #a3b1b3;
	width: 135px;
}

div.news_div:hover {
	border-color: #fa4700;
	cursor: pointer;
	background: none;
}

div.news_div_hover {
	position: relative;
	float: left;
	padding: 1px;
	margin: 5px 7px 6px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #fa4700;
	font-size: 9px;
	color: #a3b1b3;
	cursor: pointer;
	width: 135px;
}

.news_name {
	position: relative;
	float: left;
	color: #000000; 
	font-size: 12px; 
	font-weight: bold;
	margin: 0px;
}

.news_id {
	position: relative;
	float: right;
	color: #000000; 
	font-size: 12px; 
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.news_message {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0px 15px 0px;
}

.message_user {
	float: left;
	margin: 0px;
}

.message_date {
	float: right;
	margin: 0px;
	color: #a3b1b3;
}

.message_content {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0px 0px 0px;
}

.form_message {
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
	padding: 15px 9px;
}

.news_td {
	padding: 5px 1px 9px 7px;
}