body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	background-color: #FFFFFF;
	background-image: url(/images/bg.jpg);
	margin-top: 0px;
}

td,th,input,select,textarea,ol,ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}

div#HeaderFrame {
	position: relative;
	z-index: 100;
	width: 700px;
	height: 70px;
	border: none;
}
div#HeaderShadow {
	position: absolute;
	width: 700px;
	height: 70px;
	left: 6px;
	top: 6px;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
	background-color: #000000;
}
div#Menu1 {
	position: absolute;
	width: 120px;
	height: 100px;
	top: -10px;
	left: 0px;
	background-color: #ADBBC9;
}
div#Menu2 {
	position: absolute;
	width: 120px;
	height: 80px;
	top: 10px;
	left: 120px;
	background-color: #ADBBC9;
}
div#Header {
	position: relative;
	width: 700px;
	height: 70px;
	background-color: #65809A;
	color: #FFFFFF;
	border: 1px solid #000000;
}
div#ContentFrame {
	position: relative;
	z-index: 50;
	width: 700px;
	top: 25px;
	border: none;
}
div#ContentShadow {
	position: absolute;
	width: 700px;
	left: 6px;
	top: 6px;
	filter: alpha(opacity=20);
	opacity: 0.2;

	-moz-opacity: 0.2;
	background-color: #000000;
}
div#Content {
	position: relative;
	width: 700px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
div#FooterText {
	position: relative;
	top: 30px;
}
.FinePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.MenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.MenuText a {
	text-decoration: none;
	color: #000000;
}
.MenuText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

