

html {
    height:100%;
    margin:0;
    padding:0;
  }


body {
    height:100%;
    margin-top:1px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    background-color: #ffffff;
    color : #000000;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    font-family: Verdana, Arial, Helvetica, Tahoma, Geneva, Swiss, SunSans-Regular,sans-serif;
  }

table{
	border-width:0px;
	border-style:none;
	border-collapse:collapse;
	border-spacing: 0;
	}


td, th{
    font-size: 13px;
    padding: 0;
  }

h3 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 15px;
  }


:link {
    color: #000000;
  }


:visited {
    color: #000000;
  }


:active {
    color: #000000;
  }

table.layouttable {
	background: url("../../../all/img/background.jpg");
	text-align : left;
	}


#js-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../js/overlay.png);
  }


#js-popup-box {
    position: absolute;
    padding: 3px;
    background: #ffffff;
    border: 2px ridge #8080ff;
    text-align: center;
    font-size: 80%;
  }


#js-popup-image {
    margin: 0;
    padding: 0;
  }


#js-popup-close {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
  }

#js-popup-resize {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
  }
  
.object_container .top_middle {
	height: 1px;
	width:421px;
	BACKGROUND: url(../../img/dots.gif) repeat-x;
}

.issue_container {
	width:421px;
	background: url(../../img/issu_dots.png) repeat-y;
	background-position: 0px -1px;
	/*padding-left:1px;*/
	margin-bottom: -3px;
}

.issue_container2 {
	width:421px;
	background: url(../../img/issu_dots.png) repeat-y;
	background-position: 0px -1px;
	/*padding-left:1px;*/
	margin-bottom: -2px;
}
.issue_container4 {
	width:421px;
	background: url(../../img/issu_dots.png) repeat-y;
	background-position: 0px -1px;
	/*padding-left:1px;*/
	margin-bottom: -4px;
}
.issue_container0 {
	width:421px;
	background: url(../../img/issu_dots.png) repeat-y;
	background-position: 0px -1px;
	/*padding-left:1px;
	margin-bottom: -4px;*/
}


.object_container .bottom_middle {
	height: 1px;
	width:421px;
	BACKGROUND: url(../../img/dots.gif) repeat-x;
}

.clear {
	clear:both;
}


