body {
	background-image: url(../images/homepage_bg_03.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #FBF8E5;
	margin: 0px;
	padding: 0px;
}
.arial-12-white-normal {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.arial-12-black-normal {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.arial-12-balck-bold {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/* FOOTER */
.arial-11-balck-normal {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

