html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: "Verdana";
	background: #d0cfcf;
	font-size: 12px;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -21px;
	width: 100%;
}
#TopBar {
	margin: auto auto;
	width: 1000px;
	text-align: right;
	color: #5a5a5a;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
#TopHeader {
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	background: url("/img/base/BG-Header.png");
	height: 125px;
	width: 100%;
	min-width: 1000px;
}
#Header {
	margin: auto auto;
	width: 1000px;
	background: url("/img/base/Header.png") no-repeat;
	height: 125px;
}
#HeaderLogo {
	float: left;
	padding-left: 45px;
	padding-top: 23px;
}
#HeaderAd {
	float: right;
	padding-right: 25px;
	padding-top: 16px;
}
#Menu {
	margin: auto auto;
	width: 1000px;
	border-left: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #3280d5;
}
#container-content {
	margin: auto auto;
	width: 1002px;
}
#LeftBar, #RightBar  {
	float: left;
	background: #ffffff;
	width: 184px;
	border-left: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	padding: 8px;
}
#Content {
	float: left;
	background: #ffffff;
	border-left: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	width: 580px;
	padding: 8px;
}
#Title {
	font-weight: bold;
	color: #2d77c8;
	font-size: 14px;
}
#result-error-logon {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #e42c2c;
}
.white {
	color: #ffffff;
}
.grey {
	color: #5A5A5A
}
a {
	text-decoration: none;
	color: #2d77c8;
}
a:hover {
	text-decoration: underline;
}
#footer {
	border-top: 1px solid #5A5A5A;
	background: url("/img/base/BG-Bottom.png");
	width: 100%;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	min-width: 1000px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
}