/* extend page */

#cont{
  overflow:hidden;
}

#cont .bookmark {
	font-size: 0.75em;
	color: #626264;
}

#cont h1 {font-weight:bold; margin: 5px 0px 5px 0px;}
#cont h2 {font-weight:bold; font-style:italic; margin: 10px 5px 5px 0px;}
#cont p {margin: 2px 0px 2px 0px;}

#jscontent{
    height:auto;
    overflow:hidden;
}

#jscontent #more /* {background-image:url(layout/more_information.gif); width:369px; height: 32px;} */

#jscontent #more span {
	margin: 6px 0px 2px 0px;
	}

#jscontent #more a {
	font-size: 0.75em;
	color: #626264;
}
#jscontent #more a:link, a:visited {
	text-decoration: none;
}
#jscontent #more a:active, a:hover {
	text-decoration: underline;
}
#jscontent #more a.extra {
	font-size: 0.75em;
	color: #626264;
	text-decoration:underline;
}

#jscontent #less  /* {background-image:url(layout/more_information.gif); width:369px; height: 32px;} */

#jscontent #less  span {
	margin: 9px 0px 2px 0px;
	}

#jscontent #less  a {
	font-size: 0.75em;
	color: #626264;
}
#jscontent #less  a:link, a:visited {
	text-decoration: none;
}
#jscontent #less  a:active, a:hover {
	text-decoration: underline;
}
