body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
h1 {
	margin: 0;
	padding: 0;
}

a {  text-decoration: none}
a:hover {  text-decoration: underline}

.text08pt {  font-size: 8px; line-height: 20px}
.text09pt {  font-size: 9px; line-height: 20px}
.text10pt {  font-size: 10px; line-height: 20px}
.text12pt {  font-size: 12px; line-height: 20px}
.text12pt_b { font-size: 12px ; font-weight: bold}
.text14pt {  font-size: 14px; line-height: 20px}
.text14pt_b { font-size: 14px ; font-weight: bold;}
.text16pt {  font-size: 16px; line-height: 20px}
.text18pt {  font-size: 18px; line-height: 20px}
.text20pt {  font-size: 20px; line-height: 20px}
.text22pt {  font-size: 22px; line-height: 20px}

.text08ptline { font-size: 8px}
.text10ptline { font-size: 10px}
.text12ptline { font-size: 12px}

.main_block {
	width: 588px;
	font-size: 85%;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main_block h1 {
	margin: 0px 0px 10px;
	padding: 0px;
}

.main_block h2 {
	display: block;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C1466F;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C1466F;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin: 5px 0px;
}

.main_block h3 {
	font-size: 100%;
	background-color: #FFFFCC;
	color: #C1466F;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1466F;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main_block p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.float_righit {
	float: right;
}
.clear {
	clear: both;
}
.pagetop {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
