/* policy styles */
div#subNavi h2 {
	display: block;
	border-bottom: none;
	font-size: 150%;
}

div#mainContents h1 {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #c0c0c0;
	color: #000000;
	font-family: Times, "Times New Roman", Garamond, serif;
	font-size: 200%;
	font-weight: normal;
	text-transform: capitalize;
}
div#mainContents div#latest h2 {
	color: #000000;
	font-size: 150%;
	border-bottom: none;
}
div#mainContents div#latest p {
  font-size: 100%;
  line-height: 150%;
}

