a:link,a:visited,a:active{
color:#999;
text-decoration:none;
}
a:hover{
color:#ccc;
text-decoration:none;
}
/***************************************/
body{
margin:6px 40px;
padding:0px;
color:#333;
font-size:6pt;
font-family:Tahoma,MS UI Gothic;
line-height:130%;
background-color:#fff;
}
table{
font-size:7pt;
line-height:180%;
}
/***************************************/
h3{
margin:0px;
padding:0px;
font-size:7pt;
}
/***************************************/
ul{
margin:0px;
padding:0px 0px 0px 20px;
list-style-type:square;
}
hr{
height:0px;
border:0px;
border-bottom:1px dotted #333;
}
/***************************************/
.mark{
font-family:MS UI Gothic;
}
.pict{
margin-bottom:40px;
text-align:center;
}
.pict img{
border:1px solid #333;
}