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


body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	background: #000000;
	background-image: url(Background_Home.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	font-style:normal;
	border: 0px;
}
a:hover {
	color:#6699CC;
}
a:active {
	color:#FFFFFF;
}

.SmallPrint {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	font-style:normal;
	border: 0px;
}

.SmallPrint_UL {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	word-spacing: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

 .bodytext_justified {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	word-spacing: normal;
	font-weight: normal;
	text-align: justify;
}
 .bodytext_left {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	word-spacing: normal;
	font-weight: normal;
	text-align: left;
}
 .bodytext_center {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	word-spacing: normal;
	font-weight: normal;
	text-align: center;
}
 .bodytext_right {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	word-spacing: normal;
	font-weight: normal;
	text-align: right;
}

 .Descr {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	word-spacing: normal;
	font-weight: normal;
	text-align: center;
}
.rightalign {
	text-align:right;
}
.leftalign {
	text-align:left;
}
