body {
	background-color: White;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.pgBG{
	background-color : white;
}
.gldBar{
	background: url(bg-goldbar.gif);
}
.menuTxt {
	font-size: 11px;
	font-family: Georgia, serif;
	color: Black;
	text-align: center;
	line-height: 90%;
	padding: 2px 0px 2px 0px;
}
.mainPane{
	background-color: #FFFFF0;
	text-align: justify;
	vertical-align: top;
	border-left: 4px double Black;
	border-right: 4px double Black;
	border-bottom: 4px double Black;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	font-family : Arial, sans-serif;
}
.mainHdr{
	background-color: #F4F4FF;
	text-align: center;
	vertical-align: top;
	border-top: 4px double Black;
	border-left: 4px double Black;
	border-right: 4px double Black;
	border-bottom: 4px double Black;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.lgTxt {
	font-family: Georgia, serif;
	color: White;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	padding: 16px;
	background-color: #0404C4;
}
