@charset "UTF-8";
/* CSS Document */

#LtColumn {
	float: left;
	width: 260px;
	padding-right: 24px;
}
#LtColumn li {
	font-size: 85%;
	text-indent: 20px;
	line-height: 130%;
}
#RtColumn {
	float: left;
	width: 260px;
}
#RtColumn li {
	font-size: 85%;
	text-indent: 20px;
	line-height: 130%;
}
.list-header {
	color: #0f96c4;
	padding-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
}
.list-text {
	line-height: 140%;
	font-size: 95%;
	color: #4a4a4a;
}
.list-text a {
	color: #4a4a4a;
	text-decoration: none;
}
.list-text a:hover {
	color: #4a4a4a;
	text-decoration: underline;
}

