@charset "utf-8";
/* CSS Document */
.newsLink a{
	display:inline;
	font-size:1.3em;
	font-weight:bold;
	color:#17607e;
	text-decoration: none;
}
.newsLink a:hover{
	display:inline;
	font-size:1.3em;
	font-weight:bold;
	color:#17607e;
	text-decoration: underline;
}
.newsLink a:visited{
	color:#17607e;
}
.mediaInfo{
	font-size: 0.9em;
	color:#666;
}
.subNav ul li.question{
	list-style:none;
	margin:0;
	padding:4px 0px 4px 20px;
	background-image:url(images/template/icon-faqQ.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	border-top:1px dotted #999;
}
.subNav ul li a.question{
	color:#17607e;
	font-weight:bold;
	text-decoration:none;
}
.subNav ul li a.question:visited{
	color:#17607e;
	font-weight:bold;
	text-decoration:none;
}
.subNav ul li a.question:hover{
	color:#17607e;
	font-weight:bold;
	text-decoration:underline;
}
