/* ---------------------------------------------------------------------------------- //
// ----------------------------------  C A T E G O R Y ------------------------------ //
// ---------------------------------------------------------------------------------- */
#content_attach {
	margin: 30px 0 0 0;
	padding: 5px 0 3px 22px;
	width: 150px;
	border-bottom: #000 1px solid;
	font-size: 9px; font-weight:bold;
	
	background-position: 0px 0px;
}
	#content_attach_file {
		margin: 15px 5px 0 0;
		width: 300px;
		float: left;
		
		background-position: 0px 2px;
		color: #000;  font-size: 10px;
		line-height: 180%;
	}
		#content_attach_file .icon{
			margin-right: 10px;
			float: left;
		}

		#content_attach_file a {
			text-decoration: none;
			color:#000;
		}
		
		#content_attach_file a:hover {
			text-decoration: underline;
			color:#000;
		}		

			.News .news_date {
			
			background: #c85a00;
			-moz-border-radius: 5px;
   			-webkit-border-radius: 5px;
    		-khtml-border-radius: 5px;
    		border-radius: 5px;
    		width:  100px;
			height: 20px;
			color: white;
			text-align: center;
			padding: 5px 0 0 0;
			margin: 0 0 0 30px;

			
			
			
			}


		


#NewCategory {
	border: 0px solid;
	padding: 0px;
}
#NewCategory a {
		color: green;
		text-decoration: none;
}
#NewCategory a:hover {
		text-decoration: underline;
}
#NewCategory .Child ul  {
	display: block;

}
#NewCategory .Child li  {
	display: inline;
	

}
#news_titles_wrap {
	
	float: left;
	width: 500px;
}

	#NewCategory .Title {
		font-size: 12pt;
		list-style-type:none;
		color: #000;
		float: left;
		width: 500px;
		border-bottom: 1px solid;
		margin-right: 10px;


	}
	#NewCategory .Title a{
		color: green;
		

	}

	#NewCategory .Body {
	}
		
	#NewCategory .News {
		margin: 0; padding: 0 30px 30px 30px;
		font-size: 8pt; color: #666666;
		clear: both;
	}
	
		#NewCategory .News .title {
			margin: 39px 0 3px 0;
			font-weight: bold;
			clear: both;
			color: #000;
			border-bottom: 1px solid;
			width: 700px;
		}
		#NewCategory .News .title a { color: green }
		
		#NewCategory .News .subtitle {
			margin: 0 0 3px 0;
			color: #999999;
		}
		
		#NewCategory .News .picture {
			float: left;
		}
		
		#NewCategory .News .picture IMG.pic {
			padding: 0px; margin:2px 10px 5px 0px;
			border: 1px solid #CCCCCC;
		}
		
		#NewCategory .News .lead { width: 700px;border: 0px solid; float: left;}
		#NewCategory .News .lead a { color:green}
		
		
		
/* ---------------------------------------------------------------------------------- //
// --------------------------------------  N E W S ---------------------------------- //
// ---------------------------------------------------------------------------------- */

#News {
	padding:20px 0 0  0px;
	padding-bottom: 15px;
}

	#News .title {
		margin: 10px;
		font-size: 14pt;
	}
	
	#News .author {
	}
	
	#News .ins_date {
		margin: 0 10px 10px 10px;
	}
	
	#News .pic {
		margin: 0 15px 15px 10px;
		float: left;	
	}
	
	#News .lead {
		float: left;
		width: 380px;
		color: #666666;
	}
	
	#News .bodytext {
		clear: both;		
		padding-top: 15px;		
	}