body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.LeftBkg {
	background-color: #E5E5E8;
	background-repeat: repeat;
}
.RightBkg {
	background-image: url(images/right_bkg.gif);
	background-repeat: repeat;
	background-position: center top;
}
.CopyRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 15px;
	color: #666666;
	line-height: 120%;
}
.TableBkgTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-image: url(images/Table/Table_Bkg.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 15px;
}
.RightTableSpace {
	padding-left: 20px;
}
.TableOnderLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.Form {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
