@charset "UTF-8";
body {
	background-image: url(images/Bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #616161;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.textBox {
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	padding: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	font-family: "Century Gothic";
}
.footerbox {
	height: 20px;
	background-color: #7BA7D0;
	text-align: right;
	padding-right: 7px;
	border: 1px solid #000;
}
.navbar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.Text {
	font-family: "Century Gothic";
	font-size: 14px;
}
