@charset "utf-8";
/* CSS Document */

.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}


.footerimg {
	background-image: url(images/menulines.png);
	background-position: center;
}

.bodytextitalic {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	margin-left: 40px;
	text-indent: 0px;
	text-align: left;
	padding-right: 20px;
}
.bodytextitalicright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	margin-right: 40px;
	text-indent: 0px;
	text-align: right;
	padding-right: 20px;
}
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	margin-left: 40px;
	text-indent: 0px;
	text-align: left;
	padding-right: 40px;
}

.bodytextblack {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-style: normal;
	margin-left: 40px;
	text-indent: 0px;
	text-align: left;
	padding-right: 20px;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	color: #09F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #000;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: top center;
}