/* <--- css.links.normal ---> */

/* <--- css.buttons.red ---> */

/* .style-red a:link,a:visited,a:active{ */
.style-red a {
  color: #F9FFF4;
  font:normal 12px Verdana;
  width: 100%;
  display: block; 
  text-indent: 0px; 
  border-bottom: 1px solid black;
  padding: 0px; 
  text-decoration: none;
  font-weight: bold;
}

.style-red{
  position:absolute;
  visibility: hidden;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  font:normal 12px Verdana;
  z-index: 100;
  background-color: #AE0000;
  color: #FFCC00;
  width: 150px;
}

.style-red a:link{ 
  background-color: #AE0000;
  color: #F9FFF4;
}
.style-red a:visited{ 
  background-color: #AE0000;
  color: #F9FFF4;
}
.style-red a:hover{ 
  background-color: #AE0000;
  color: #FFCC00;
}



a:link,a:visited
{
	color: #000000;
}
a:hover,a:active 
{
	color: #990000;
}


/* <--- global.settings ---> */
BODY {
  /*         color : #FFFFFF;   */
           color : #000000;
	   background-image : url(./gfx/bg_site.png); 
           font-family : Verdana;
           font-size : 10px;
		   scrollbar-3dlight-color: #C10000; 
		   scrollbar-highlight-color: #990000;
		   scrollbar-shadow-color: #C10000; 
		   scrollbar-track-color: #FFFFFF; 
		   scrollbar-face-color: #C10000; 
		   scrollbar-darkshadow-color: #990000; 
		   scrollbar-arrow-color: #FFCC66;
	   margin: 20px 0px 0px -10px;
      }
TABLE {
           /*color : #FFFFFF;*/
           font-family : Verdana, Arial, Helvetica, sans-serif;
           font-size : 10px;
      }
.tablenormal {
           color : #000000;
           font-family : Verdana, Arial, Helvetica, sans-serif;
           font-size : 10px;
             }
.table01 {
           background-color : #FFFFFF;
           border-left : 1px solid #000000;
           border-right : 1px solid #000000;
		   color : #000000;
           font-family : Verdana, Arial, Helvetica, sans-serif;
           font-size : 10px;
         }
.table02 {
           background-color : #6A757D;
		   border-style : inset;
           border-top : 1px solid #000000;
           border-left : 1px solid #000000;
           border-right : 1px solid #000000;
           border-bottom : 1px solid #000000;
		   color : #000000;
           font-family : Verdana, Arial, Helvetica, sans-serif;
           font-size : 10px;
         }
TD {
           font-family : Verdana;
           font-size : 10px;
   }
hr {
           background-color : #ffffff;
		   border-style : inset;
           border-top : 1px solid #000000;
           border-left : 1px solid #000000;
           border-right : 1px solid #000000;
           border-bottom : 1px solid #000000;
		   height : 5px;
		   width: 655px;
   }
.footer {
           color : #FFFFFF;
           font-family : Verdana;
           font-size : 10px;
        }
P {
           color : #000000;
           font-family : Verdana;
           font-size : 12px;
  }
H1 {
           color : #000000;
           font-family : Verdana;
           font-size : 12px;
   }
H2 {
           color : #000000;
           font-family : Verdana;
           font-size : 10px;
   }
/* <--- special.settings ---> */
.input {
           background-color : #996633;
		   border-style : inset;
           border-top : 1px solid #000000;
           border-left : 1px solid #000000;
           border-right : 1px solid #000000;
           border-bottom : 1px solid #000000;
           color : #FFFFFF;
           font-family : Verdana, Arial, Helvetica, sans-serif;
           font-size : 10px;
      }
.userpass {
           background-image : url('gfx/bg_userpass.jpg');
		   width: 80px;
		   border-style : inset;
           border-top : 1px solid #000000;
           border-left : 1px solid #000000;
           border-right : 1px solid #000000;
           border-bottom : 1px solid #000000;
           color : #FFFFFF;
           font-family : Verdana, Arial, Helvetica, sans-serif;
           font-size : 10px;
      }
.submitdata {
           background-image : url('gfx/bg_userpass.jpg');
		   width: 70px;
		   height: 16;
           border-top : 1px solid #000000;
           border-left : 1px solid #000000;
           border-right : 1px solid #000000;
           border-bottom : 1px solid #000000;
           color : #FFFFFF;
           font-family : Verdana, Arial, Helvetica, sans-serif;
		   font-weight: bold;
           font-size : 10px;
		         }
.textbox {
           background-color : #996633;
           border-style : inset;
           border-top : 1px solid #000000;
           border-left : 1px solid #000000;
           border-right : 1px solid #000000;
           border-bottom : 1px solid #000000;
           color : #FFFFFF;
           font-family : Verdana, Arial, Helvetica, sans-serif;
           font-size : 10px;
         }
.style4 {color: #990000}

/* <--- end.of.css ---> */