body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.back-bg {
	background-image: url(images/back-bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3c3c3c;
	border-left-color: #3c3c3c;
}
.top-link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.top-link:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #fdc6e3;
	text-decoration: none;
}
.heading {
	font-family: typo3;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
.bodytext {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
}
.footer-link {
	font-family: Tahoma;
	font-size: 12px;
	color: #cfcfcf;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
a.footer-link:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #f80081;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
