body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
}
.header_sub {
	background-color: #f1f1f1;
	height: 79px;
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 22px;
	font-weight: bold;
}

.text {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
}
.bgsub {
	background-color: #FFFFFF;
	background-image: url(images/bg_sub.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


.text strong {
	font-weight: normal;
	color: #33CCFF;
	text-decoration: underline;
}

