FONT, TD, BODY, P, DIV { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small }

body {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: xx-small;
    color: #ffffff;
    background-color: #000000
}

a {
font-size: xx-small;
    color: #ffffff;
    text-decoration: none;
}

a:hover {
font-size: xx-small;
    color: #330000;
    text-decoration: underline;
}

h5 {
font-size: medium;
    color: #ffffff;
  font-weight: bold;
  font-style: italic
}

#wrapper {
  width: 760px;
  background-image: url(images/bfr_back1.jpg);
  margin-top: 0px;
  font-size: xx-small;
  background-color: #908457
}


#nav_menu {
  width: 140px;
  height: 250px;
  margin-top: 40px;
  margin-left: 630px;
  font-size: xx-small;
}

#woa_ban {
  width: 760px;
  height: 80px;
  margin-top: 20px;
  margin-left: 0px;
  font-size: xx-small;
}

#body {
  width: 760px;
  margin-top: 20px;
  margin-left: 0px;
  font-size: xx-small;
  background-image: url(images/body_back2.jpg);
  background-repeat: repeat;
  background-position: bottom
}

#hor_line {
  width: 700px;
  height: 10px;
  margin-top: -5px;
  margin-left: 30px;
  font-size: xx-small;
  background-image: url(images/hor_dashed_bar.png);
  background-repeat: repeat-x
}

#hor_line2 {
  width: 200px;
  height: 10px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: xx-small;
  background-image: url(images/hor_dashed_bar.png);
  background-repeat: repeat-x
}

#hor_line3 {
  width: 480px;
  height: 10px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: xx-small;
  background-image: url(images/hor_dashed_bar.png);
  background-repeat: repeat-x
}


#footer {
  width: 760px;
  height: 12px;
  margin-top: 0px;
  margin-left: 0px;
  background-image: url(images/bottom_rule.jpg)
}

/* Scroll Bar Master Styling Starts Here */
#scroller {
	width: 330px;
	height: 100px;
	overflow: auto;
	position: absolute;
	}

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
height: 100px;
}

.vscrollerbase, .vscrollerbar {
width: 20px;
 height: 80px;
top: 0px;
}

.vscrollerbar {
left: 2.5px;
}



.vscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 2px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 0;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/vscroller_spot.jpg) 0px 0px;
width: 5px;
height: 2px;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/vscroller_spot.jpg);
width: 5px;
height: 2px;
}




/* Following are OPTIONAL */

.vscrollerbase{
background: url(images/vscroller.jpg);
width: 10px;
height: 100px;


}


.vscrollerbasebeg {
top: 0px;
width: 20px;

}

.vscrollerbaseend {
height: 20px;
width: 20px;

}




/* Scroll Bar Master Styling Ends Here */








