/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 6px;
background-color: #5f0406;
}
.vscrollerbar {
width: 6px;
background-color: #000;
}
.hscrollerbase {
height: 6px;
background-color: #730102;
}
.hscrollerbar {
height: 6px;
background-color: black;
}
.scrollerjogbox {
width: 6px;
height: 6px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 274px;
	height: 200px;
	overflow: auto;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	color: #fff;
	background: #84090b;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right: 2px solid #84090b;
	border-left: 2px solid #84090b;
	border-top: 5px solid #84090b;
	border-bottom: 5px solid #84090b
}
#address a:link {
	color: #fff;
	text-decoration: none;
}
#address a:visited {
	color: #fff;
	text-decoration: none
}
#address a:hover {
	color: #fff;
	background-color: #000
}
#adsress a:active {
	color: #fff;
	text-decoration: none
}
#mycustomscroll p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px
}
#mycustomscroll a:link {
	color: #fff;
	text-decoration: none
}
#mycustomscroll a:visited {
	color: #fff;
	text-decoration: none
}
#mycustomscroll a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000
}