a:link,a:visited,a:active{
color:#333;
text-decoration:none;
}
a:hover{
color:#333;
text-decoration:underline;
}
/***************************************/
body{
margin:40px 0px;
padding:0px;
color:#333;
font-size:10px;
font-family:Verdana,MS UI Gothic;
line-height:200%;
background-color:#fff;
background-image:url(img/bg.gif);
}
table{
font-size:10px;
line-height:200%;
}
/***************************************/
form{
margin:0px;
}
input,textarea{
color:#333;
font-size:10px;
font-family:Verdana,MS UI Gothic;
background-color:transparent;
border:1px solid #333;
}
hr{
height:0px;
border:0px;
border-bottom:1px dotted #333;
}
ul{
margin:0px;
padding:0px 0px 0px 20px;
list-style-type:circle;
}
/***************************************/
h1{
margin:0px;
padding:0px 0px 20px 0px;
font-size:16pt;
font-weight:normal;
font-family:Lucida Sans Unicode,MS UI Gothic;
}
h2{
margin:0px 0px 10px 0px;
padding:2px 0px;
font-size:10px;
border-top:1px solid #333;
border-bottom:3px solid #333;
}
h3{
margin:0px;
padding:0px;
font-size:10px;
}
/***************************************/
.txt{
margin-bottom:20px;
}
.mark{
font-family:MS UI Gothic;
}
.pict{
text-align:center;
}
.pict img{
border:1px solid #333;
}
/***************************************/
.main_table{
width:600px;
}
.top_image{
width:300px;
height:400px;
background-color:#fff;
background-image:url(img/photo.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
border:1px solid #333;
}