@charset "utf-8";
/* CSS Document */
/* Project: MTC */


.newsHeadline {
	line-height:150%;
}

.newsHeadline #title {
	font-size:140%;
	color:#256B8C;
}

.newsHeadline #brief {
	font-size:120%;
	font-weight:bold;
	text-align:justify;
}

.newsHeadline #photo {
	width:300;
	height:300;
	float:left;
	margin-right:8px;
	border:2px solid black;
	padding:2px;
}

.newsHeadline #author {
	font-size:90%;
	color:gray;
	text-align:right;
} 



.articleList {
	display:block;
	clear:both;
	line-height:150%;
}

.articleList #title,.featMember #title {
	font-family:Tahoma,Verdana,"courier new";
	margin-bottom:3px;
}

.articleList #title,.articleList #title a,.featMember #title a {
	font-weight:bold;
	font-size:107%;
	color:#026fa6;
	text-decoration:none;
}

.articleList #title a:hover,.featMember #title a:hover {
	text-decoration:underline;
}

.articleList #date,.featMember #date {
	font-size:90%;
	color:gray;
}


.articleList #inside,featMember #inside {
	border:0px;
	margin-bottom:20px;
	display:block;
	clear:both;
}


.articleList #text,featMember #text {
	font-size:100%;
	color:#333333;
	text-align:justify;	
	
}

.articleList #header,featMember #header {
	font-family:Tahoma,Verdana,"Courier New";
	font-size:120%;
	font-weight:bold;
	color:#026fa6;
	border-bottom:#CCCCCC dotted 1px;
	padding-top:8px;
	margin-bottom:8px;
}

.articleList img {
	border:3px solid #9cbb59;
	margin:3px 3px 0px 0px;
	padding:2px;
	float:left;
	width:100px;
	height:94px;
}

.articleList #icon img {
	width:48px;
	height:48px;
}