@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ececec;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: justify;
}
.bodytext {
	line-height: 18px;
	color: #333;
	text-align: justify;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Tw Cen MT Condensed", "Tw Cen MT", Tahoma, "Helvetica .Condensed", Helvetica, "Arial Narrow", Arial;
}
h1 {
	font-size: 22px;
	color: #333333;
}
h2 {
	font-size: 18px;
	color: #333333;
}
h3 {
	font-size: 16px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #333333;
}
h5 {
	font-size: 12px;
	color: #333333;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #f16100;
	text-decoration: none;
}
img {
	border:0px;
}
#footer {
	width: 100%;
	height: 103px;
	background-color: #b2b2b2;
	bottom: 0px;
	position: relative;
	margin-bottom: 0px;
	clip: rect(auto,auto,0px,auto);
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	visibility: visible;
}
