@charset "UTF-8";
.wholeBox {
	background-image: url(images/backimages.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	height: 100%;
	width: 100%;
}
.TextCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.TextBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-decoration: none;
	color: #666666;
}
.TextTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bolder;
	color: #FFCC00;
	text-align: center;
}
.TextSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.TextTitleSmaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
}
.TextMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: -0.05em;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

