A:LINK,A:VISITED,A:ACTIVE{
color : black;
text-decoration:none;
}
A:HOVER{
color : silver;
text-decoration:none;
}
/***************************************/
BODY{
margin:20px 40px;
padding:0px;

font-size:9pt;
font-family:Arial,MS UI Gothic;
line-height:180%;
background-color:#fff;
  
  background-repeat : no-repeat;
  background-attachment : fixed;background-position : right top;
  
}
table{
font-size:9pt;
line-height:180%;
}
/***************************************/
form{
margin:0px;
}
input,textarea{
color:#000;
font-size:9pt;
font-family:Arial,MS UI Gothic;
background-color:#fff;
border:1px dashed #000;
}
hr{
height:0px;
border:0px;
border-bottom:1px dashed #000;
}
ul{
margin:0px;
padding:0px 0px 0px 15px;
list-style-type:square;
}
/***************************************/
h1{
margin:0px;
padding:0px;
font-size:16pt;
font-weight:normal;
font-family:Lucida Sans Unicode,MS UI Gothic;
}
h2{
margin:0px 0px 10px 0px;
padding:0px 5px 0px 0px;
color:#fff;
font-size:9pt;
line-height:120%;
background-color:#000;
text-align:right;
}
h3{
margin:0px;
padding:0px;
font-size:9pt;
}
/***************************************/
.txt{
margin-bottom:40px;
padding-bottom:10px;
border-bottom:1px dashed #000;
}
.mark{
font-family:MS UI Gothic;
}
.pict{
text-align:center;
}
.pict img{
border:1px solid #000;
}