@charset "UTF-8";
.ResourceTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding-left: 80px;
	padding-right: 50px;
	padding-top: 8px;
}
.ResourceTxt a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bolder;
}
.ResourceTxt a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bolder;
}
.ResourceTxt a:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.ResourceTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	color: #333333;
	padding-right: 50px;
}
.ResourceTitle a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bolder;
}
.ResourceTitle a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bolder;
}
.ResourceTitle a:hover {
	color: #cccccc;
	text-decoration: none;
}

