div {
  position: relative;
}

.border {
  border: 1px solid red
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

img {
  border: none;
  font-size: 0;
  line-height: 0
}

.left {
  text-align: left !important
}
.center {
  text-align: center !important
}
.right {
  text-align: right !important
}
.justify {
  text-align: justify !important
}
.hline {
  border-top: solid 1px #000000;
  font-size: 0;
  line-height: 0;
  margin: auto;
  clear: both;
}

.debug_text {
  /*border: 1px solid red;*/
  background-color: #DDFFDD;
  font-family: Courier New;
  text-align: left;
  font-size: 11px;
}
.debug_title {
  /*border: 1px solid red;*/
  font-family: Courier New;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: red
}

.s8 {
  font-size: 8px
}
.s9 {
  font-size: 9px
}
.s10 {
  font-size: 10px
}
.s11 {
  font-size: 11px
}
.s12 {
  font-size: 12px
}
.s13 {
  font-size: 13px
}
.s14 {
  font-size: 14px
}
.s15 {
  font-size: 15px
}
.s16 {
  font-size: 16px;
}
.l9 {
  line-height: 9px;
}
.l10 {
  line-height: 10px;
}
.l11 {
  line-height: 11px;
}
.l12 {
  line-height: 12px;
}
.l13 {
  line-height: 13px;
}
.l14 {
  line-height: 14px;
}
.l15 {
  line-height: 15px;
}
.l16 {
  line-height: 16px;
}
.l17 {
  line-height: 17px;
}
.s166 {
  font-size: 16px;
  color:#990000;
}

.bold {
  font-weight: bold;
}

.fl {
  font-size: 0;
  line-height: 0
}
#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:760px;
		height:300px;	/* The height of the scrolling div */
	}
#scrolldiv_parentContainer{
		width:600px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		/*border:1px solid #BC8FBD;*/
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
	}
	
	/*
	The scrollbar slider 
	*/
#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:300px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		border:1px solid #dfd8cb;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		/*background-color:#BC8FBD;*/
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
#scrolldiv_scrollDown{
		margin-top:2px;
	}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	
	
.dl_txt {top:10px; left: 50px; position: relative;}
.dl_txt a { background: #9e3f38; border: 1px solid #ba5c55; font-size: 14px; font-weight: bold; padding: 6px 15px; line-height: 35px;}
.dl_txt a:hover {text-decoration: none; background: #ba5c55;}