body 
{ 
  scrollbar-face-color: gray;
  scrollbar-highlight-color: #AAAAAA; 
  scrollbar-shadow-color: black;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000; 
  scrollbar-track-color: black;
  scrollbar-arrow-color: #000000; 

  color: black;
  font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  text-align: justify;
  
  background-color: white;
  background-image: url('../image/bg.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  
  margin-top: 0;
  margin-bottom: 0;  
  margin-left: 0;
  margin-right: 0;  

  text-decoration: none
}

body.black 
{ 
  scrollbar-face-color: white;
  scrollbar-highlight-color: white; 
  scrollbar-shadow-color: white;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000; 
  scrollbar-track-color: white;
  scrollbar-arrow-color: #000000; 

  color: white;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  text-align: justify;
  
  background-color: black;
  background-image: url('../image/bg.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  
  margin-top: 0;
  margin-bottom: 0;  
  margin-left: 0;
  margin-right: 0;  

  text-decoration: none
}


a
{
  text-decoration: none;
}

a:link
{
  color: blue;
}

a:active
{
  color: red;
}

a:visited
{
  color: purple;
}

a:hover
{
  color: #000060;
  text-decoration: underline;
}


table {
  font-size: 12px;

}




a.menu:link
{
  font-size: 12px;
  color: white;
		line-height:120%;
  text-decoration: none;
}

a.menu:active
{
  font-size: 12px;
  color: red;
  text-decoration: none;
		line-height:120%;
}

a.menu:visited
{
  font-size: 12px;
  color: white;
  text-decoration: none;
		line-height:120%;
}

a.menu:hover
{
  font-size: 12px;
  color: #FFAA00;
  text-decoration: none;
		line-height:120%;
}


.menuText {
color:white;
}






.title
{
  font-size: 16pt;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold ;
  line-height: 150% ;
  text-align: center ;
}

.subtitle
{
  font-size: 16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold ;
  line-height: 128% ;
}

.normal
{
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 150% ;
  text-align: justify;
}

.remark
{
  font-size: 9pt;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 100% ;
}

.menu
{
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 110% ;
}

.glowtext
{
  font-size: 10pt;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 100% ;
  filter: glow(color='blue', strength=3);
}

.shadowtext
{
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 150% ;
  filter: shadow(color='blue',strength=3);
}
