a:link,a:visited,a:active{
color:#ccc;
text-decoration:underline;
}
a:hover{
color:#ccc;
text-decoration:none;
}
/***************************************/
html{
scrollbar-arrow-color: #ccc;
scrollbar-face-color: #000000;
scrollbar-3dlight-color: #ccc;
scrollbar-darkshadow-color: #ccc;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
}
/***************************************/
body{
margin:20px 20px 20px 0px;
padding:0px;
color:#ccc;
font-size:9pt;
font-family:Arial,MS UI Gothic;
line-height:180%;
background-color:transparent;
}
table{
font-size:9pt;
line-height:180%;
}
/***************************************/
form{
margin:0px;
}
input,textarea{
color:#ccc;
font-size:9pt;
font-family:Arial,MS UI Gothic;
background-color:transparent;
border:1px solid #ccc;
}
hr{
height:0px;
border:0px;
border-bottom:1px solid #ccc;
}
ul{
margin:0px;
padding:0px 0px 0px 15px;
list-style-type:square;
}
/***************************************/
h1{
margin:0px;
padding:10px 0px;
font-size:16pt;
font-weight:normal;
font-family:Lucida Sans Unicode,MS UI Gothic;
letter-spacing:10px;
text-align:center;
}
h2{
margin:0px 0px 10px 0px;
padding:0px;
font-size:14pt;
font-weight:normal;
font-family:Lucida Sans Unicode,MS UI Gothic;
letter-spacing:5px;
border-bottom:1px solid #ccc;
text-align:right;
}
h3{
margin:0px;
padding:0px;
font-size:9pt;
text-decoration:underline;
}
/***************************************/
.txt{
margin-bottom:40px;
}
.mark{
font-family:MS UI Gothic;
}
.pict{
text-align:center;
}
.pict img{
border:1px solid #ccc;
}