html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-size: 120.01%;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	text-align: center;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #fff;
	color: #333;
}
body, td, div, h1, p, input, select, textarea {
	font-family: Arial, Tahoma, Sans-Serif;
}
form {
	margin: 0;
	padding: 0;
}
b {
	font-weight: 700;
}
a, img {
	border: none;
}
a {
	color: #005599; /* #196297 */
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: none;
}
H1, H2, H3, H4, H5 {
	margin: 0;
}
hr {
	border: none 0; 
	border-top: 1px solid #ddd;
	height: 1px;
}
.hr {
	border-top: 1px solid #e6e6e6;
	font-size: 1px;
	height: 1px;
}
H1 {
	font-size: 3.3em;
	font-weight: 400;
	text-align: right;
	color: #fff;
	padding: 15px 0 0 15px;
}
H2 {
	color: #000;
	margin: 0 0 10px;
	font-weight: normal;
	text-align: center;
	font-size: 1.9em;
	line-height: 1.1;
}
H3 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	line-height: 1.1;
	padding-bottom: 8px;
}
H4 {
	color: #333;
	margin: 0 0 5px;
	font-size: 1em;
}
H5 {
	font-size: 1em;
	font-weight: 400;
	color: #333;
	padding: 2px 0 3px 7px;
}

#allPart {
	float: center;
	width: 100%
}
#topPart {
	background: #0A568E;
	float: center;
	text-align: left;
	padding-left: 15;
	padding-right: 15;
	margin: 0 auto 0;
	height: 120px;
	width: 800px
}
#selPart {
	background: #EEF0F4;
	text-align: left;
	margin: 0 auto 0;
	padding-left: 15;
	padding-right: 15;
	background-image: url(selector.gif);
	width: 800px
}
#middlePart {
	background: #EBF3FB;
	text-align: left;
	margin: 0 auto 0;
	padding-left: 15;
	padding-right: 15;
	width: 800px
}
.f1 {
	float:center
}