@CHARSET "ISO-8859-1";
#news_tab1{	
	height:27px;
	width:98px;
	background:url(../images/tab1.jpg) 0 0 no-repeat;	
	cursor: pointer;
	color: #000000;
	text-align: center;
	font-weight: bold;	
	font-size: small;
}

.news_tab1_title{	
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: small;
}

#news_tab2{	
	height:27px;
	width:99px;
	background:url(../images/tab2.jpg) 0 0 no-repeat;	
	cursor: pointer;
	color: #FFFFFF;	
	text-align: center;
	font-weight: bold;	
	font-size: small;
}

#news_box_content{
	padding: 3px;
}

.news_tab2_title{	
	text-align: center; 
	color: #FFFFFF;
	font-weight: bold;	
	font-size: small;
}

a.news_box_title{	
	text-align: center; 
	color: #000000;
	font-size: 13px;
}
a.news_box_title:HOVER{
	color: #2079be;
	text-decoration: underline;
}

#news_box_icon{
	margin-top:3px;	
	width:13px;
	height:11px;
	background:url(../images/muiten.gif) 0 0 no-repeat;
}
.news_box_element_even{
	color: #000000;
	background-color: #FFFFFF	
}
.news_box_element_odd{
	color: #000000;
	background-color: #FFFFFF	
}
.comment_form{
	background-color: #F7F7F7;
	border-left: 1px solid #E6EEFF;
	border-right: 1px solid #E6EEFF;
	border-bottom: 1px solid #E6EEFF;
}
.comment_header{
	font-weight: bold;
	color: #0044CC;
	background-color: #E6EEFF;
}
.comment_title{
	vertical-align: top;
	text-align: right;
	font-size: 12px;
}
.comment_input{
	font-size: 12px;
}
.comment_content{
	padding:10px;
	vertical-align: top;
	font-size: 12px;
	text-align:justify;
	background-color: #FFFFE8;
}
.comment_info{	
	background:url("../images/information.png") 15px 0 no-repeat;
	vertical-align: top;	
	font-size: 12px;
	padding-left: 40px;
}