@charset
"UTF-8"
;
/* CSS Document */

body {

    background: #f0f0f0;
    text-align: center;
    margin: 0;
    margin-top:3px;
    width :100%;
    height : 100%;
    overflow: hidden;
}

html {
    height: 100%;
    overflow: hidden;
}

#pageflip {
    position:  relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.display_none{
    display:none;
}
.visible{
    height:72px;
    display: block;
}
.object_td{
    width:100%;
    height:100%;
    padding-top:10px;
}

#download_link_box{
    display:block;
}
#link_box a {
    float: right;
}

ul {
    list-style: none;
}

#link_box a:link { color:white; text-decoration:underline;border-bottom:0; text-align:right;}
#link_box a:visited { color:white; text-decoration:underline;border-bottom:0; text-align:right;}
#link_box a:hover { color:white; text-decoration:none;border-bottom:0; text-align:right;}
#link_box a:active { color:white; text-decoration:underline;border-bottom:0; text-align:right; }

 a:link { color:#333; text-decoration:underline;border-bottom:0}
 a:visited { color:#333; text-decoration:underline;border-bottom:0}
 a:hover { color:#333; text-decoration:none;border-bottom:0}
 a:active { color:#333; text-decoration:underline;border-bottom:0}