	/* Scroll buttons(The up and down arrows) */
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:15px;
	height:10px;
	color: #706C5C;
	font-size:15px;
	line-height:10px;
	cursor:default;
	border: 0px solid #BC8FBD;
	}

body{
	background-color: #E7E6DF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#dhtmlgoodies_scrolldiv{
	width:310px;	/* The total width of the scrolling div including scrollbar */
	height:260px;
	position: absolute;
	top: 90;
	}
	
#scrolldiv_parentContainer{
	height:100%;
	overflow:hidden;
	float:right;
	position:relative;
	left: 30;
	}
	
	/* CSS for the scrolling content */
#scrolldiv_content{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333;
	width: 280px;
	float: right;
	}
	
	/* The scrollbar slider */
#scrolldiv_slider{
	width:15px;
	margin-left:0px;
	height:10px;
	float:left;
	}
	
	/* The scrollbar (The bar between the up and down arrow )*/
#scrolldiv_scrollbar{
	width:15px;
	height:240px;	/* Total height - 40 pixels */
	border:0px solid #00000;
	position:relative;
	top: 90;
	}
	
	/* The scrollbar handle */
#scrolldiv_theScroll{
	margin:0px;
	width:auto;
	height:auto;
	background-color:#000000;
	position:absolute;
	top:auto;
	left:auto;
	cursor:pointer;
	}
	
#scrolldiv_scrollUp{
	margin-bottom:0px;
	margin-top: 0px;
	}
	
#scrolldiv_scrollDown{
	margin-top:0px;
	margin-bottom:0px;
	}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

	
#main #inner td {
	}
.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1C545E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
.plaintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575038;
	line-height: 16px;
	font-weight: normal;
}
#txt {
	width:auto;
	height:230px;
	z-index:1;
	overflow: auto;
	visibility: visible;
	padding-left: 10px;
}
a:link {
	text-decoration: underline;
	color: #5B543D;
}
a:visited {
	color: #5B543D;
}
a:hover {
	text-decoration: underline;
	color: #2C281D;
}
a:active {
	text-decoration: none;
	color: #2C281D;
}
.style15 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C545E;
	line-height: 12px;
	font-weight: normal;
}
