<!--
/*
*{
    margin:0px;
    padding:1px;
}
body{
    text-align: center;
}
body div {
    text-align:left;
    margin: auto;
}
#container {
    width:982px;
}
#title{
    text-align:center;
    float:left;
    width:982px;
    height:100px;
    font-weight: bold;
    z-index:1;
}
#menu_title{
    text-align:center;
    float:left;
    width:165px;
    height:25px;
    font-weight: bold;
    background-color:#E0E0FF;
    border:thin solid gray;
}
#menu{
    float:left;
    width:165px;
    height:2599px;
    z-index:1;
    font-weight: bold;
    background-color:#FFF7D4;
    border-left:thin solid gray;
    border-right:thin solid gray;
    border-bottom:thin solid gray;
}
#subject_title{
    text-align:center;
    float:left;
    width:600px;
    height:25px;
    font-weight: bold;
    background-color:#E0E0FF;
    border-top:thin solid gray;
    border-right:thin solid gray;
    border-bottom:thin solid gray;
}
#subject{
    float:left;
    width:600px;
    height:25px;
    z-index:1;
    font-weight: bold;
    background-color:#FFF7D4;
    border-bottom:thin solid gray;
    border-right:thin solid gray;
}
#res_title{
    text-align:center;
    float:left;
    width:30px;
    height:25px;
    font-weight: bold;
    background-color:#E0E0FF;
    border-top:thin solid gray;
    border-right:thin solid gray;
    border-bottom:thin solid gray;
}
#res{
    text-align:right;
    float:left;
    width:30px;
    height:25px;
    z-index:1;
    font-weight: bold;
    background-color:#FFF7D4;
    border-bottom:thin solid gray;
    border-right:thin solid gray;
}
#imp_title{
    text-align:center;
    float:left;
    width:30px;
    height:25px;
    font-weight: bold;
    background-color:#E0E0FF;
    border-top:thin solid gray;
    border-right:thin solid gray;
    border-bottom:thin solid gray;
}
#imp{
    text-align:right;
    float:left;
    width:30px;
    height:25px;
    z-index:1;
    font-weight: bold;
    background-color:#FFF7D4;
    border-bottom:thin solid gray;
    border-right:thin solid gray;
}
#pv_title{
    text-align:center;
    float:left;
    width:60px;
    height:25px;
    font-weight: bold;
    background-color:#E0E0FF;
    border-top:thin solid gray;
    border-right:thin solid gray;
    border-bottom:thin solid gray;
}
#pv{
    text-align:right;
    float:left;
    width:60px;
    height:25px;
    z-index:1;
    font-weight: bold;
    background-color:#FFF7D4;
    border-bottom:thin solid gray;
    border-right:thin solid gray;
}
#update_title{
    text-align:center;
    float:left;
    width:90px;
    height:25px;
    font-weight: bold;
    background-color:#E0E0FF;
    border-top:thin solid gray;
    border-right:thin solid gray;
    border-bottom:thin solid gray;
}
#update{
    text-align:right;
    float:left;
    width:90px;
    height:25px;
    z-index:1;
    font-weight: bold;
    background-color:#FFF7D4;
    border-bottom:thin solid gray;
    border-right:thin solid gray;
}
#footer{
    text-align:right;
    float:left;
    width:100%;
    z-index:1;
    font-weight: bold;
    margin-top:5px;
}
*/

body,th,td{
    font-size: 80%;
}
form{
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
a:hover{
    background:;
    text-decoration: underline;
}
a.tooltip span{
    display:none;
    padding:2px 3px;
    margin-left:8px;
    width:300px;
}
a.tooltip:hover span{
    display:inline;
    position:absolute;
    background:#ddddff;
    border:1px solid #cccccc;
    color:#6c6c6c;
} 
.att{
    font-size:80%;
    line-height:2;
    text-decoration:underline;
    font-weight: bold;
}
.link{
    font-size:80%;
    font-weight:bold;
}
.list{
    font-size: 11pt;
    line-height: 10.5pt;
}
.slist{
    font-size: 10pt;
    line-height: 9pt;
}
.input{
    border:solid 1 #77c;
    background-color:f0f0f0;
    font-size:10pt;
    color:#444;
}
.submit{
    border:solid 1 #44c;
    background-color:9999ff;
    font-size:9pt;
    color:#fff;
}
.brdr{
    background-color:#aaaacc;
}
.bga{
    background-color:#ddddff;
}
.bgb{
    background-color:#e0e0ff;
}
.bgc{
    background-color:#fff7d4;
}
.cell{
    padding-top:3;
    padding-bottom:3;
    padding-left:0;
    padding-right:0;
}
-->