.main {
          overflow-x:hidden;
          overflow-y:scroll;
          scrollbar-face-color: #DEE3E7;
          scrollbar-highlight-color: #FFFFFF;
          scrollbar-shadow-color: #DEE3E7;
          scrollbar-3dlight-color: #D1D7DC;
          scrollbar-arrow-color:  #006699;
          scrollbar-track-color: #EFEFEF;
          scrollbar-darkshadow-color: #98AAB1;
       }

.BottonOBJ {
	      background-color: #EDF4FE;
	      border-top-color: #EDF4FE;
	      border-left-color: #EDF4FE;
	      border-right-color: #A0A4C5;
	      border-bottom-color: #A0A4C5;
	      padding-left: 2px;
	      padding-top: 3px;
	      color: #7A7DA5;
	      cursor: hand;
           }

.RadioOBJ {
            color: #EDF4FE;
          }

.TextOBJ {
           background-color: #EEEDFE;
           color: #8888CC;
           border-top-color: #a4c5a0;
           border-left-color: #a4c5a0;
           border-right-color: #f4feed;
           border-bottom-color: #f4feed;
         }

body {
       cursor:url("Common\mouse.ani");
       margin: auto;
       background-attachment: fixed;
       background-position: center center;
       background-repeat: no-repeat;
       background-color: #000000; 
       color: #BBBBBB;
       overflow-x:hidden;
       overflow-y:hidden;
     }

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:active { color: #FFFFFF; }

a.alinktxt:link { color: #B3BBBF; font-weight: bolder;}
a.alinktxt:visited { color: #B3BBBF ; font-weight: bolder;}
a.alinktxt:active { color: #B3BBBF ; font-weight: bolder;}

a.keyWord:link { color: #DDDDDD; font-weight: bolder;}
a.keyWord:visited { color: #DDDDDD; font-weight: bolder;}
a.keyWord:active { color: #DDDDDD; font-weight: bolder;}

.MainEndBox 
{
  width: 100%; 
  background-color: #666;
  border: 1px solid #333; 
  padding: 0px; 
  margin: 0px auto;
}

.MainEndBoxRow 
{
  clear: both;
  padding-top: 5px;
}

.MainEndBoxTD2L 
{
  width: 47%;
  text-align: right;
}

.MainEndBoxTD2C 
{ 
  width: 5%;
  visibility: hidden;
}

.MainEndBoxTD2R 
{
  width: 47%;
  text-align: left;
}