/* CSS Document */
.CenterText {
	font:"Times New Roman", Times, serif;
	color: #805F3C;
	text-align: center;
}
.CenterBoldText {
	font:"Times New Roman", Times, serif;
	color: #805F3C;
	text-align: center;
	font-weight: bold;
}
.NormalText {
	font:"Times New Roman", Times, serif;
	color: #805F3C;
}
.AlertText {
	font:"Times New Roman", Times, serif;
	font-weight: bold;
	color:#FF0000;
	font-size:14px;
}
.SmallAlertText {
	font:"Times New Roman", Times, serif;
	font-weight: bold;
	color:#FF0000;
	font-size:12px;
}
.SmallText {
	font:"Times New Roman", Times, serif;
	color: #805F3C;
	font-size:12px;
}
.BoldText {
	font:"Times New Roman", Times, serif;
	color: #805F3C;
	font-weight: bold;
}
.SansNormalText {
	font:Verdana, Helvetica, Arial;
	color: #805F3C;
}
.SansSmallText {
	font:Verdana, Helvetica, Arial;
	color: #805F3C;
	font-size:12px
}
.SansBoldText {
	font:Verdana, Helvetica, Arial;
	font-weight:bold;	
	color: #805F3C;
}
.ErrorText { 
	font:"Times New Roman", Times, serif;
	color: #FF0000;
	font-weight: bold;
}
.EmailText {
	font:"Times New Roman", Times, serif;
	color:#FF3399
}
body {
	background-color: #000000;
}
.MenuBar {
	position: absolute;
	left:0px;
	top:0px;
	width: 870px;
	height: auto;
	z-index: 20;
	padding: 2px;
	background-image: url(../p7pm/img/p7PM_goldbghz.jpg);
}
.pagecenter {
	width: auto;
	position: absolute;
	height: auto;
	left: 50%;
	visibility: visible;
	z-index: 0;
}
.pagebase {
	left: -450px;
	width: 880px;
	height: auto;
	position: absolute;
	background-image: none;
	visibility: visible;
	z-index: 1;
}
.PageBody {
	position:absolute;
	top: 226px;
	width: 880px;
	height: auto;
	background-image: url(../images/gi3.jpg);
	background-repeat: repeat;
	z-index: 5;
}
.Banner {
	background-color: #000000;
	height: 208px;
	width: 780px;
	position: absolute;
	z-index: 6;
}
.ServerInfo{
	position: absolute;
	left: 5px;
	top: 40px;
	width: 170px;
	height: auto;
	z-index: 8;
	padding: 10px;
}
.GJBanner {
	position: absolute;
	left:5px;
	top: 20px;
	width: 765px;
	height: auto;
	z-index: 4;
	padding: 2px;

}
.Content {
	position: absolute;
	left: 205px;
	top: 50px;
	width: 542px;
	height: auto;
	z-index: 6;
	border: thin solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.Content_NoBorder {
	position: absolute;
	left: 205px;
	top: 50px;
	width: 542px;
	height: auto;
	z-index: 6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
