body { 
 background:url(WALLPAPER4.gif);
 color: #ffffff;  
 font-size: 9 px; 
 font-family: verdana,trebuchet,sans-serif; 
}

a:link { 
 color: #D18C00; 
 font-size: 9px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #D18C00; 
 font-size: 9px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #ffffff; 
 font-size: 9px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: FF0000; 
 font-size: 9px; 
 font-weight: bold; 
 text-decoration: none; 
}

/*---  TOP ---*/
#top {
 background:url(WALLPAPER5.gif);
 width: 100%;
 height:30px;
 font: 10px/11px verdana,trebuchet,sans-serif;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 text-align: right;
 color: #333;
 padding-bottom: 0px;
 border-bottom: 2px solid #D18C00;
}

/*---  MIDDEN ---*/
#onder {
 background:url(WALLPAPER4.gif);
 width: 100%;
 height: 100%;
 float: center;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
 border-bottom: 2px solid #D18C00;
}

/*--- solid line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px solid #D18C00;
 margin-bottom: 15px; 
}


/*---  HEADER2  ---*/

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   16px;
 color:       #ffffff;
 font-weight: bold;
}

/*---  HEADER3  ---*/

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   13px;
 color:       #ff0099;
 font-weight: bold;
}

/*---  HEADER4  ---*/

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #cccccc;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  HEADER5 ---*/

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #ffffff;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

/*---  HEADER6 ---*/

H6 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   15px;
 color:       #ffffff;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: bold
}

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          10px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          10px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          10px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Scroll Text --*/

td.head
{
width:300px;
height:20px;
font-family:verdana;
font-size:10px;
font-weight:bold;
color:#F3FBF2;
background-color:#6A9A60;
padding-left:10px;
}

td.scroll
{
width:300px;
height:350px;
font-family:verdana;
font-size:10px;
color:#ffffff;
background-color:#346542;
scrollbar-base-color:#26482F;
scrollbar-3d-light-color:#6A9A60;
scrollbar-arrow-color:#95D694;
scrollbar-darkshadow-color:#060A05;
scrollbar-face-color:#346542;
scrollbar-highlight-color:#95D694;
scrollbar-shadow-color:#95D694;
scrollbar-track-color:#346542;
}

