.green {  color: #1FA1A5; font-size: 10pt; font-weight: bold; font-variant: normal}
.text {  font-size: 10pt; font-family: Arial, Helvetica, sans-serif}
.bg {
	background-image: url(hg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_right {
	background-image: url(hg_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bottom_bg {
	background-image: url(bottom_bg.jpg);
	height:131px;
	padding: 50px 0 0 98px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.pr98 {
	padding: 0 98px 0 0;
}