a:link,a:visited,a:active{
color:#333;
text-decoration:underline;
}
a:hover{
color:#333;
text-decoration:none;
}
/***************************************/
body{
margin:20px;
padding:0px;
color:#333;
font-size:10px;
font-family:Tahoma,MS UI Gothic;
line-height:200%;
background-color:transparent;
}
table{
font-size:10px;
line-height:200%;
}
/***************************************/
form{
margin:0px;
}
input,textarea{
margin-bottom:2px;
color:#333;
font-size:10px;
font-family:Tahoma,MS UI Gothic;
background-color:#fff;
border:1px solid #333;
}
select{
margin-bottom:2px;
color:#333;
font-size:10px;
font-family:Tahoma,MS UI Gothic;
}
/***************************************/
h1{
margin:0px;
padding:0px 0px 10px 0px;
font-size:12pt;
font-family:Lucida Sans Unicode,MS Ui Gothic;
}
h2{
margin:0px;
padding:0px;
font-size:10px;
border-top:1px solid #333;
border-bottom:1px solid #333;
}
h3{
margin:0px;
padding:0px;
font-size:10px;
}
h4{
margin:0px;
padding:5px 0px;
font-size:10px;
font-weight:normal;
text-align:center;
}
h5{
margin:0px;
padding:10px 0px;
font-size:10px;
text-align:center;
}
/***************************************/
hr{
height:0px;
border:0px;
border-bottom:1px solid #333;
}
ul{
margin:0px;
padding:0px 0px 0px 20px;
list-style-type:circle;
}
/***************************************/
.txt{
margin:10px 0px 40px 0px;
}
.pict{
margin:10px 0px 40px 0px;
text-align:center;
}
.pict img{
border:1px solid #333;
}
.mark{
font-family:MS UI Gothic;
}
.top{
height:30px;
background-image:url(file/line.gif);
background-position:0% 100%;
background-repeat:repeat-x;
}
.bottom{
height:30px;
background-image:url(file/line.gif);
background-position:0% 0%;
background-repeat:repeat-x;
text-align:right;
}