/* CSS Document */
body{
	font: 11px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
}
p{
	margin:5px 0px 5px 0px;
	line-height:150%;
	padding:5px 0px 5px 0px;
}
h1, h2, h3, h4, h5, h6{
	font-family: "trebuchet MS", Helvetica , Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height:100%;
	padding:5px 0px 5px 0px;
	margin:5px 0px 15px 0px;
}
#nav{
	font-family: "trebuchet MS", Helvetica , Verdana, Arial, sans-serif;
	font-size:12px;
}
h1{
	font-size: 218%;

}
h2{
	font-size: 164%;

}
h3{
	font-size: 145%;
}
h4{
	font-size: 118%;
}

hr{
	color:#ffffff;
	background:#ffffff;
	border:0px;
	border-bottom:1px solid #cccccc;
	margin:5px -20px 5px -20px !important;
	padding:0px;
	width:240px;
}
#subPage hr{
	width:240px;
}
#mainPage hr{
	width:509px;
}
#mainPage ul{
	list-style-type:none;
	list-style-image:url(../images/bullet.png);
	margin-left:10px;
	padding-left:10px;
	
}
#mainPage li{
	vertical-align:middle;
	padding-left:10px;

}
.notice{
	background:#669966;
	padding-left:5px;
	color:#ffffff !important;
	font-weight:bold;
}
.branchName{
	float:left;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}
.branchNo{
	text-align:right;
}
li{
	line-height:200%;
}
#subPage ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-bottom:1px solid #cccccc;
}
#subPage li{
	border-bottom:1px solid #ffffff;
	border-top:1px solid #cccccc;
	padding-left:10px;	
}

#header h1,  #header h2, #header p{
	margin:0px;
	line-height:100%;
	padding:0px;
}
#header h1{
	margin-top:5px;
}
#header h2{
	margin-top:20px;
}
#details h2{
	margin-top:5px;
}