
/* 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: 5px;
background-color: #CCCCCC;
}
.vscrollerbar {
width: 5px;
background-color: yellow;
}
.hscrollerbase {
height: 5px;
background-color: #CCCCCC;
}
.hscrollerbar {
height: 5px;
width: 5px;
background-color: red;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: yellow;
}
a:link {color: #333333;}
a:visited {color: #333333;}
.style15 {color: #e30118}
a {font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
	color: #000000;}
/* Easy CSS Tooltip*/

a:hover { text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; filter:alpha(opacity=75); /*IE*/
-moz-opacity:0.75; /*FF*/
opacity:0.75; padding:2px 3px; margin-left:-98px; width:100px;}
a.tooltip:hover span{display:inline; position:fixed; overflow:auto; top:50px; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}