body {
	margin: 0;
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.wrapper {
	margin: 0 auto;
}

.fontWhite {
	color: #FFFFFF;
}

.lefttable {
	background: #175942 url(../images/lefttablebg.gif) no-repeat top left;
}

.divleftmenu {
	margin: 101px 0;
}

.menuleftimage {
	margin: 0 0 13px 0;
}

.bgsubtableframetop {
	background: url(../images/bg-subtable-frame-top.jpg) top left repeat-x;
}

.bgsubtableframebottom {
	background: url(../images/bg-subtable-frame-bottom.jpg) top left repeat-x;
}

.bgtablemiddleframe {
	background: url(../images/bg-tablemiddle.jpg) repeat-y top left;
}

.bgtablemiddleframetoppy {
	background: url(../images/bg-tablemiddlebg.jpg) no-repeat top left;
}





/* Scrolling stuff */

div#wn1  { 
  position:relative; 
  width:453px; height:374px; 
  overflow:hidden;
  margin: 0 0 0 33px;
  line-height: 16px;
  }
div#wn2	{ 
	position:relative; 
	width:166px; height:166px; 
	overflow:hidden;
	}
  
div#scrollbar1 { 
  position:relative;
  width:17px; height:365px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track1 { 
  position:absolute; left:0; top:12px;
  width:17px; height:344px;
  background: #1a6b52;
  }
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:15px; height:20px;
  background-color:#30a280;
  z-index:1
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  
.bodyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
}
