@charset "utf-8";
body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.tableBG {
	background-image: url(images/textArea_BG.jpg);
	background-repeat: repeat-x;
	height: 473px;
	width: 1024px;
}
#menuarea {
	text-align: center;
}
#logo {
	text-align: center;
}
.menubagBG {
	background-image: url(images/menuBar_BG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	height: 72px;
}
#bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
