.NormalContainer_complete {
	overflow:visible;
	text-align: center;
}

.NormalContainer_head_left {
	background:url(images/container_top_left.jpg) no-repeat top left;
}

.NormalContainer_head_right {
	background:url(images/container_top_right.jpg) no-repeat top right;
}

.NormalContainer_head_top {
	padding-top:0px;
	margin-left:8px;
	margin-right:8px;
	background:url(images/container_top.jpg) repeat-x top left;	
}

.NormalContainer_head_content {
	padding-top:0px;
	text-align:center;
	color: #FFFFFF;
	width:100%;
}

.NormalContainer_head {
	padding-top:0px;
	margin-top:0px;
	text-align:center;
}

.NormalContainer_content_left {
	background:url(images/container_left.jpg) repeat-y left; padding-left:3px;
}

.NormalContainer_content_right {
	background:url(images/container_right.jpg) repeat-y right; padding-right:5px;
}

.NormalContainer_content {
	padding-right:5px;
	padding-left:5px;
	background-color:#F2F2F2;
}

.NormalContainer_contentpane {
	text-align:left;
	padding-top:0px;	
	overflow:hidden;
}

.NormalContainer_footer_left {
	background:url(images/container_bottom_left.jpg) no-repeat bottom left;
}

.NormalContainer_footer_right {
	background:url(images/container_bottom_right.jpg) no-repeat bottom right;
}

.NormalContainer_footer_bottom {
	background:url(images/container_bottom.jpg) repeat-x bottom left;
	margin-left:9px;
	margin-right:11px;
	padding-bottom:0px;
	height:12px;
}

.NormalContainer_footer {
	text-align:right;
	padding-bottom:20px;
}

.NormalContainerTitle {
	margin:0;
	white-space:nowrap;	
}

.title_vis {
	margin:0; 
	float:right; 
	text-align:right;
	display:none;
}

/*---------- default style for head & normal -----------*/
.NormalContainerHead {
  font-family: verdana;
	font-weight:bold; 
	font-size:10px;
	text-align: center;
	color: #FFFFFF;
}

.NormalContainerNormal {
  font-family: verdana;
	font-weight:bold; 
	font-size:10px;
	color: #FFFFFF;
}

.NormalContainerNormal p {
	margin-top:0px;
}

/*this is a class to style the design table*/
.LinksDesignTable {
  width:100%;
}

.LinksDesignTable TD {
  text-align: top right;
  padding:0px;
  width:100%;
  line-height:18px;
  text-valign:middle;
  
  border-top:1px solid #F9F9F9;
  border-bottom:1px solid #EAEAEA;
  
  /*border-bottom:1px dotted #5FC7EC;*/
}

.LinksDesignTable A:link {
  width:100%;
  font-family:verdana;
  font-size:9px;
  color: #3E3E3E;
}

.LinksDesignTable A:hover {
  width:100%;
  font-family:verdana;
  font-size:9px;
  color: #FAB700;
}

.LinksDesignTable A:visited {
  width:100%;
  font-family:verdana;
  font-size:9px;
  color: #3E3E3E;
}