a:link,a:visited,a:active{
color:#333;
text-decoration:none;
border-bottom:1px dashed #333;
}
a:hover{
color:#333;
text-decoration:none;
border:0px;
}
/***************************************/
body{
margin:20px 40px;
padding:0px;
color:#333;
font-size:9pt;
font-family:Arial,MS UI Gothic;
line-height:180%;
background-color:#fff;
background-image:url(img/bg.jpg);
background-position:0% -60px;
background-repeat:repeat-x;
background-attachment:fixed;
scrollbar-3dlight-color:#fff;
scrollbar-arrow-color:#333;
scrollbar-darkshadow-color:#fff;
scrollbar-face-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-track-color:#fff;
}
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 #333;
}
hr{
height:0px;
border:0px;
border-bottom:1px dashed #333;
}
ul{
margin:0px;
padding:0px 0px 0px 15px;
list-style-type:square;
}
/***************************************/
h1{
margin:0px;
padding:10px 0px 5px 0px;
font-size:10pt;
letter-spacing:10px;
}
h2{
margin:0px 0px 10px 0px;
padding:0px 5px 0px 0px;
font-size:9pt;
line-height:10px;
letter-spacing:5px;
border-right:200px solid #333;
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 #333;
}