body {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.Header {
  color: black;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
}

.Header span{
  color: black;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

.Text {
  color: black;
  font-family: Arial;
  font-size: 9pt;
}

.Text p {
  padding-top:0px;
  padding-bottom:0px;
}

.Text a:link, .Text a:hover, .Text a:visited {
  color: #ff5925;
  font-family: Arial;
  font-size: 9pt;
  text-decoration: underline;
}

.TableAdditions {
  color: black;
  font-family: Arial;
  font-size: 11pt;
}

.LeftMenu {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 0px;
}

.LeftMenu a:link, .LeftMenu a:hover, .LeftMenu a:visited {
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.Copyright {
  padding-top: 0px;
  padding-left: 5px;
  color: #636363;
  font-family: Arial;
  font-size: 8pt;
}

.Copyright a:link, .Copyright a:hover, .Copyright a:visited {
  color: #636363;
  font-family: Arial;
  font-size: 8pt;
}

.BottomLinks {
  padding-top: 0px;
  padding-left: 5px;
  color: #636363;
  font-family: Arial;
  font-size: 8pt;
}

.BottomLinks a:link, .BottomLinks a:hover, .BottomLinks a:visited {
  color: #636363;
  font-family: Arial;
  font-size: 8pt;
}

.ToStart div {
  padding-top: 10px;
  padding-left: px;
  color: #636363;
  font-family: Arial;
  font-size: 12pt;
}



/* Popup Styles */
.popup-frame {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
}

.popup-closed {
	position:absolute;
	width:0;
	height:0;
}

.popup-shadow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
}

.popup-loader {
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
	background:#000 url(spinner.gif) 50% 50% no-repeat;
	opacity:.5;
}
	
.popup-loader IMG {
	display:block;
	opacity:0;
}

.popup-loaded {
	background-image:none;
}

.popup-canvas {
	overflow:visible;
	opacity:1;
}

.popup-canvas SPAN {
	position:absolute;
	top:-12px;
	left:-15px;
	width:28px;
	height:28px;
	background:url(img/close.png) no-repeat;
	cursor:pointer;
	}

.Rem {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  visibility: hidden;
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
  border-left: #000000 1px solid;
  border-right: #000000 1px solid;
  background-color: #EEEEEE;
  font-family: Arial;
	font-size: 11pt;
	color: #757575;	
}

