<!--
html {
  width: 100%;
	height: 100%;
	margin: 0;
  padding: 0;
}

#main {
  width: 100%;
	height: 100%;
	background: url('../include/jnrt_st_bg.gif') repeat top left;
  margin: 0;
  padding: 0;
  text-align: center;
  font: 12px arial, verdana;
  line-height: 1.4;
  color: #222222;
}

#container {
  width: 900px;
  margin: 0 auto;
  align: center;
  padding: 0;
  background: url('../include/jnrt_tbl_bg.gif') repeat-y top center;
  position: relative;
  text-align: left;
}

#column_01 {
  width: 176px;
  padding: 0 0 0 0;
  position: absolute;
}

#column_02 {
  width: 724px;
  min-height: 360px;
  height: auto !important;
  height: 360px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  left: 176px;
  position: relative;
}

#content {
  margin: 0 25px 5px 20px;
}

#footer {
  width: 900px;
  height: 55px;
  margin: auto;
  padding: 0 0 0 0;
  position: relative;
  background: url('../include/jnrt_tbl_ftr.jpg') no-repeat;
}

#copyright {
  font: bold 10px arial, verdana;
  line-height: 1.4;
  text-align: right;
  color: #aaaaaa;
  width: 860px;
  margin: auto;
  padding: 5px 0 10px 0;
  position: relative;
}

.comment {
  font: italic 12px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #222222;
  margin: 2px;
  padding: 15px;
  position: relative;
  background-color:#ffffcc;
  border: thin solid #cccc99;
}

.title {
  font: bold 14px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #222222;
}

.hline {
  border: 1px dashed #cccc99;
}

.img_bdr {
  border: 1px solid #cccc99;
}

a:link { text-decoration: underlined; color: #cc0000; }
a:visited { text-decoration: underlined; color: #990000; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: underlined; color: #cc0000; }

a.main:link { text-decoration: underlined; color: #cc0000; font-weight: bold; }
a.main:visited { text-decoration: underlined; color: #990000; font-weight: bold; }
a.main:hover { text-decoration: none; color: #000000; font-weight: bold; }
a.main:active { text-decoration: underlined; color: #cc0000; font-weight: bold; }

a.ftr:link { text-decoration: none; color: #aaaaaa; }
a.ftr:visited { text-decoration: none; color: #aaaaaa; }
a.ftr:hover { text-decoration: none; color: #ffffff; }
a.ftr:active { text-decoration: none; color: #aaaaaa; }

a.top:link { text-decoration: underlined; color: #cc0000; font: bold 11px arial, verdana; }
a.top:visited { text-decoration: underlined; color: #cc0000; font: bold 11px arial, verdana; }
a.top:hover { text-decoration: none; color: #000000; font: bold 11px arial, verdana; }
a.top:active { text-decoration: underlined; color: #cc0000; font: bold 11px arial, verdana; }

a.picture:link { text-decoration: none; }
a.picture:visited { text-decoration: none; }
a.picture:hover { text-decoration: none; }
a.picture:active { text-decoration: none; }

-->