* body img {
  margin:0px;
  padding:0px;
}

body {
  height:100%;
/*  background-attachment: scroll;\n";
  background-image: url(/img/bg_gradient.gif);
  background-repeat: repeat-x;
  background-position: top;
  margin:0px*/
  background-color: #9B0013;
}

/* Containers */

#containerShadeFooter {
/*  background-image:url(/img/bg_shade_foot.gif);*/
  width:992px;
  height:16px;
  z-index:99;
  margin: 0 auto 0 auto;
}

#containerWrap {
  margin:0 auto;
  width:960px;
  text-align:left;
  background-color:#ffffff;
  height:auto;
}

/* IE fix */
* html #containerWrap {
  height:716px;
}

#containerMain {
  width:960px;
  overflow:hidden;
  clear:both;
}

#containerMenu {
  width:960px;
  height:20px;
  text-align:left;
  float:left;
  clear:both;
  margin-bottom:3px;
}

#containerMenu div {
	float:left;
	font-size:14px;
	background-color:#EEDBA0;
}

.MainBody {

}

.MainTableLine{
	background-color:#cccccc;
	padding-bottom:20px;
}

#containerFrontpageFooter {
/*	background-color:#eceae3;*/
	background-color:#eedba0;
	height:32px;
	width:960px;
	clear:both;
	font-family:arial;
	font-size:12px;
	border-top: 2px solid #ffffff;
}

#containerFrontpageFooterText {
	padding-left:35px;
	padding-top:10px;
}

#containerFrontpageFooterText a {
	color:#000000;
	text-decoration:none;
}

#containerFrontpageFooterText a:hover {
	color:#000000;
	text-decoration:underline;
}

#containerFrontpageFooterText a:active {
	color:#000000;
	text-decoration:underline;
}

#containerRightCol {
	width:190px;
	background-color:#ffffff;
}

#containerLeftCol {
	width:174px;
}
.MainTableBG {
/*	background-image:url(/img/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
*/
}

#logoTop {
/*  padding-top: 1px;*/
  width:960px;
  background-color:#eedba0;
}

#logoTop img {
  border:none;
}

#blockLogin {
/*  width:187px;*/
  background-color:#eedba0;
/*  margin-right:3px;*/
  margin-bottom:3px;
}

#blockNews {
  width:190px;
  background-color:#eedba0;
  border-bottom:#ffffff solid 3px;
  color:#000000;
}

#newsList {
  margin-top:8px;
  margin-left:10px;
  margin-right:10px;
}

#newsList a {
  text-decoration: none;
  color:#000000;
}

#newslist a:hover {
  text-decoration: underline;
}

#containerNewsFooter {
	background-color:#eedba0;
	height:22px;
/*	width:960px;*/
	clear:both;
/*	font-family:arial;
	font-size:12px;
	border-top: 2px solid #ffffff;*/
}



.formLogin {
  position:relative;
  top:7px;
  left:10px;
  font-size:12px;
  color:black;
  height:134px;
}

.formLoginDigitalSignature {
  position:relative;
  top:7px;
  left:10px;
  font-size:12px;
  color:black;
  height:63px
}

.formLogout {
  position:relative;
  top:7px;
  left:10px;
  font-size:12px;
  color:black;
  height:98px;
}

.formLoginInput {
  border:0px;
  font-size:12px;
  margin-top:2px;
  margin-bottom:5px;
  height:20px;
  width:167px;
}

.formLogin a, .formLoginDigitalSignature a {
  font-size:10px;
  color:000000;
}

/* popup created from javascript*/
#Popup {
	position: absolute;
	height:300px;
	width:400px;
	background-color:#ffffff;
	border:1px solid #000000;
}
