BODY {
   color: #FFFFFF;
   background-color: #000000;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: 0;
}


a:link {
   color : #FFCC00;
   text-decoration : none;
}

a:active {
   color : #FFFFFF;
   text-decoration : none;
}

a:visited {
   color : #FFCC00;
   text-decoration : none;
}


H1 {
   font-size: 10px;
   color: #FFFFFF;
   margin-left : 5;
   margin-top : 0;
   margin-bottom : 0;
   margin-right : 0;
   font-family : arial,helvetica,sans-serif;
}

H2 {
   font-size: 10px;
   letter-spacing: 1pt;
   color : #FBDB00;
   margin-left : 5;
   margin-top : 0;
   margin-bottom : 0;
   margin-right : 0;
   font-family : arial,helvetica,sans-serif;
}

H3 {
   letter-spacing: 2pt;
   font-size: 10px;
   color: #F9CC00;
   margin-left : 28;
   margin-top : 0;
   margin-bottom : 0;
   margin-right : 0;
   font-family : arial,helvetica,sans-serif;
}

H4 {
   font-size: 13px;
   font-weight: normal;
   letter-spacing: 1pt;
   color: #FFFFFF;
   margin-left : 29;
   margin-top : 0;
   margin-bottom : 0;
   margin-right : 20;
   font-family : arial,helvetica,sans-serif;
}

H5 {
   font-size: 10px;
   color: #263B5C;
   font-family : arial,helvetica,sans-serif;
}

#divContainer {
   LEFT: 390px;
   VISIBILITY: hidden;
   OVERFLOW: hidden;
   WIDTH:360px;
   CLIP: rect(0px 360px 340px 0px);
   POSITION: absolute;
   TOP: 70px;
   HEIGHT: 340px
}


#divContent {
   LEFT: 0px;
   POSITION: absolute;
   TOP: 0px
}


#divUpControl {
   position:absolute;
   left:740px;
   top:355px;
   width:30px;
   height:30px;
   z-index:1;
   text-align: right;
}

#divDownControl {
   position:absolute;
   left:740px;
   top:385px;
   width:30px;
   height:30px;
   z-index:1;
   text-align: right;
}




