body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.body_title_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003082;
}
.body_head_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #cbb777;
}
/*** added for scroll arrows**/
/*** main-content scrolling ***************************************************/


div#scrollableBox {
    position:relative;
	width:480px;
    height:183px;
	clip: rect(0, 480px, 183px, 0);
    overflow: hidden;
	z-index:1;
}

div#scrollableText {
    position: absolute;
    left: 0px;
    top: 0px;
}

div#scrollbar {
	position: relative;
	vertical-align:middle;
	width: 17px;
	height: 35px;
	background-color: transparent;
	top: 50px;
}

div#scrollbar div.scroll-arrow {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 17px;
    height: 10px;
    overflow: hidden;
}

div#scrollbar div.scroll-arrow a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


div#scrollbar #scroll-up {
    top: 0;
}

div#scrollbar #scroll-up, #scrollbar #scroll-up a {
    background: transparent url("/hr/images/scroll_up.gif") top left no-repeat;
}

div#scrollbar #scroll-down {
    bottom: 0;
}

div#scrollbar #scroll-down, #scrollbar #scroll-down a {
    background: transparent url("/hr/images/scroll_down.gif") top left no-repeat;
}

div#scrollbar #scroll-up a:hover, #scrollbar #scroll-down a:hover {
    background-position: 0 -10px;
}


