body {
	background-color: #fff;
	font-family: arial, sans-serif;
	color: #4c4d4f; 
}
h4 {
	font-weight: bold;
	font-size: 18px;
}
h5 {
        font-weight: bold;
        font-size: 13px;
	line-height: 8px;
	padding: 0px;
	margin-bottom: -12px;
	margin-top: 0px;
}
a {
	color: #4c4d4f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
}
#header, #nav, #content, #footer {
}
#header {
	height: 95px;
}
#navigation, #navigation * {
	visibility: hidden;
	height: 0px;
}
#content {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
}
#content .image1 {
	margin: 5px 0px 0px 60px;
}
#content .image2 {
        margin: 0px 20px 20px 0px;
}
#content .label1 {
	width: 335px;
	margin-top: 3px;
	margin-bottom: 20px;
	font-size:12px;
	letter-spacing: -0.02em;
	font-style: italic;
	text-align: right;
}
#content .welcomelist {
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	margin-left: 15px;
	padding-left: 0px;
}
#content .faqs {
        margin-left: 0px;
        padding-left: 0px;
}
#content .history {
	width: 400px;
}
#content li {
	line-height: 180%;
}
#content .faqs li {
        line-height: 160%;
	margin-bottom: 15px;
}
#footer {
        color: #4c4d4f;
        font-size: 12px;
        height: 79px;
}
#footer .logo {
        padding-top: 15px;
        padding-bottom: 5px;
        padding-right: 30px;
}
#footer .address {
        padding-left: 20px;
        padding-top: 65px;
}
.left {
        float: left;
}
.right {
        float: right;
}
.clright {
	clear: right;
}
.printpage {
	height: 0px;
	visibility: hidden;
}
.clear {
	clear: both;
}

