@import url('/citymanagementPage.css');
BODY {
	font-family: verdana, helvetica;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}

BODY, DIV.branchList UL, DIV.searchWordListUL {
	font-size: 11px;
	line-height: 17px;
}


A  {
	color: #0064B1;
	text-decoration: none;
}

H1, H2, H3 {
	letter-spacing: 1px;
}

H1 {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding-top: 10px;
}

H2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

H2.normal{
	font-weight: normal;
}

H3 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


DIV.cmNote H3 {
	letter-spacing: normal;
}

.infotext {
  font-size: 10px;
}