.left_bg {
	background-image: url(images/left_reveal.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.right_bg {
	background-image: url(images/right_reveal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bottom_bg {
	background-image: url(images/reveal_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: justify;
}

.bodytext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align: justify;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFDE43;
}


.bottom_right_bg {
	background-image: url(images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bottom_left_bg {
	background-image: url(images/footer_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.right_tile {
	background-image: url(images/right_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.left_tile {
	background-image: url(images/left_tile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
h1 {
	font-weight: normal;
}
