.ArticleInList .ArticleTitleList a:hover{
	text-decoration:none;
	border-bottom:0px;
	color:#CCCCCC;
}

.ArticleInList .ArticleTitleList a:link{
	color:#dc3545;
}

.ArticleInList .ArticleTitleList  a:active{
	color:#dc3545;
}
.ArticleInList .ArticleTitleList a:visited{
	color:#dc3545;
}
.ArticleInList{
	margin-bottom:10px;
}
.ArticleInList:hover{
	border-left:4px solid #dc3545;
	padding-left:8px;
	background-color:#FAFAFA;
	cursor:pointer;
}
.AuthorNames{
	font-size:80%;
}

.ArtCitation{
		font-size:80%;
		font-style:italic;
}
.Contents{
/*	border:0.1px solid #CCCCCC;*/
	text-align:left;
	color:#333333;
	margin:10px;
}

.Contents h1{
	/*Page title*/
	font-size: 150%;
	margin-bottom: 20px;
	font-weight:bold;
}

.Contents ul {
	list-style-type:none;
}
.Contents ul li{
	font-size:90%;
	margin:5px;
}
.Contents ol li{
	font-size:90%;
	margin:5px;
}


.Contents p{
	font-size:90%;
	margin:5px;
	text-align:justify;
}

.Contents a:link{
	font-weight:normal;
	color:#0C5DC5;
	text-decoration:none;
}

.Contents a:active{
	font-weight:normal;
	color:#0C5DC5;
	text-decoration:none;
}

.Contents a:hover{
	font-weight:normal;
	color:#CCCCCC;
	text-decoration:none;
}

.Contents a:visited{
	font-weight:normal;
	color:#0C5DC5;
	text-decoration:none;
}


.Contents h3{
	color:#000000;
	margin-left:5px;
	margin-top:25px;
	font-style:italic;
	font-size:120%;
}

.Contents h4{
	font-size:75%;
	color:#333333;
	font-style:italic;
	font-weight:normal;
	margin:5px;	
}

.Contents h2{
	font-size:140%;
	font-weight:bold;
	color:#dc3545;
margin-top:25px;
}

.Contents h2 a:link{
	color:#dc3545;
	text-decoration:none;
}

.Contents h2 a:active{
	color:#dc3545;
	text-decoration:none;
}

.Contents h2 a:visited{
	color:#dc3545;
	text-decoration:none;
}

.Contents h2 a:hover{
	color:#dc3545;
	text-decoration:none;
	font-weight:bold;
}


.Contents hr{
	border:0px solid #FFFFFF;
}

.ArtCitation{
		font-size:90%;
		color:#333333;
		font-style:italic;
}

.AuthorNames{
	font-size:90%;
}
.TopContents{
	font-size:90%;
	text-align:left;
}
.TopContents h4{
	font-size:75%;
	color:#333333;
	font-weight:normal;
}

.TopContents table h3{
	font-size:120%;
	color:#333333;
	font-weight:normal;
}

.TopContents h2{
	font-size:120%;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	line-height:20px;
}

.TopContents h2 a:link{
	color:#2F39AF;
	text-decoration:none;
}

.TopContents table{
	margin-top:40px;
	width:100%;
	font-size:12px;
	text-align:justify;
}

.TopContents table h3{
	font-weight:bold;
	color:#666666;
}

.TopContents table h4{
	font-size:100%;
	margin-bottom:20px;
	text-align:justify;
}

.TopContents table img{
	border:1px solid #CCCCCC;
	margin-bottom:30px;
}


.TopContents h2 a:active{
	color:#2F39AF;
	text-decoration:none;
}

.TopContents h2 a:visited{
	color:#990000;
	text-decoration:none;
}

.TopContents h2 a:hover{
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:bold;
}

.TopContents p{
	font-style:normal;
	font-size:100%;
	font-weight:normal;

}

.TopContents ul li{
	font-style:normal;
	font-size:100%;
	font-weight:normal;

}

.TopContents ol li{
	font-style:normal;
	font-size:100%;
	font-weight:normal;
	color:#333333;

}

.TopContents table ul li{
	font-style:normal;
	font-size:110%;
	font-weight:normal;
	color:#333333;
	line-height:25px;

}

.PeopleDiv1{
	width: 100%;
	margin-top: 20px;
	border: 1px solid #FFFFFF;
}
.PeopleDiv1 img{
	border: 1px solid #3a454d;
	float: left;
	margin-top: 15px;
	width: 110px;
	height: 140px;
	box-shadow: 5px 5px 3px #CCCCCC;
}
.PeopleTxt{
	position: relative;
	width: 530px;
	border: 1px solid #FFFFFF;
	margin: 5px;
	float: right;
	top: 0;
}
.PeopleTxt h3{
	margin: 10px ;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #3a454d;;
}
.PeopleTxt h4{
	margin: 10px ;
	font-size: 100%;
	text-align: justify;
	font-style: normal;

}
.clearfix {
	clear: both;
}