a:link,a:visited,a:active{
color:#000;
text-decoration:none;
border-bottom:1px dashed #000;
}
a:hover{
color:#000;
text-decoration:none;
border:0px;
}
/***************************************/
body{
margin:20px 40px;
padding:0px;
color:#000;
font-size:9pt;
font-family:Arial,MS UI Gothic;
line-height:180%;
background-color:#fff;
background-image:url(img/bg.gif);
background-position:0% -60px;
background-repeat:repeat-x;
background-attachment:fixed;
}
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:transparent;
border:0px;
border-bottom: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:10px 0px 5px 0px;
font-size:14pt;
font-family:Lucida Sans Unicode,MS UI Gothic;
letter-spacing:5px;
}
h2{
margin:0px 0px 10px 0px;
padding:0px 5px 0px 0px;
font-size:9pt;
line-height:10px;
letter-spacing:5px;
border-right:200px solid #000;
text-align:right;
}
h3{
margin:0px;
padding:0px;
font-size:9pt;
}
/***************************************/
.txt{
margin-bottom:40px;
}
.mark{
font-family:MS UI Gothic;
}
.pict{
text-align:center;
}
.pict img{
border:1px solid #000;
}