.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.title {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.body_y {
	background-image: url(../images/body_y.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.base {
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	vertical-align: bottom;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	text-align: justify;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
}
.body_centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}
