@charset "utf-8";
/* CSS Document */

/* This CSS is used for the Show/Hide functionality. */
.more {
	display: none;
	/*border-top: 1px solid #666;
	border-bottom: 1px solid #666; */}
	
.more1,.more2,.more3,.more4,.more5,.more6,.more7,.more8 {
	display: none;
	/*border-top: 1px solid #666;
	border-bottom: 1px solid #666; */}
	
	
	
	
a.showLink, a.hideLink {
	text-decoration: none;
	/*color: #20636D;
	padding-left: 25px;
	background: transparent url(plus.gif) no-repeat left; 
	border-bottom: 0px none #36f;}*/
a.hideLink {
	/*background: transparent url(minus.gif) no-repeat left;*/
	text-decoration: none;
	/*border-bottom: 0px dotted #36f; */
}
	
a.showLink:hover, a.hideLink:hover {
	/*border-bottom: 1px dotted #36f;*/ }