body{
    font-family: sans-serif;
    color: #000;
    background-color: #FFF;
    border: 0;
    margin: 0;
    padding: 0;
}

.title{
    font-weight: bold;
    font-size: 24px;
    padding-left: 4px;
}

.logo{
    width: 70px;
    height: 40px;
}

.nowrap{
    white-space: nowrap;
}

div.main{
    display:block;
    position:absolute;
    overflow:auto;
    height:auto;
    width:100%;
    top:4.5em;
    bottom:2.3em;
    left:0em;
    right:0em;
    border-top: 1px solid #CCC;
    background-color: white;
    z-index:1;
}
div.header{
    position:absolute;
    top: 0px;
    left: 0px;
    width:100%;
    border:0;
    margin:0;
    font-size: 200%;
    font-weight: bold;
}


h2.section-title {
    font-weight: bold;
    line-height: 1.1;
    color: #800000;
    padding-bottom: 0;
    margin-bottom: 0;
    clear:left;
}

div.section{
    padding-left: 20px;
}

table.data{
    background-color: #eee;
}

table.data th, table.data td.header{
    background-color: #666;
    color : #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

table.data td{
    background-color: #ddd;
    font-size: 14px;
    text-align: right;
    padding: 10px;
}

center {
    text-align: center
}

.title-level-3 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.notice{
    font-weight: bold;
    font-size:12px;
    font-style: italic;
}

.small-italic{
    font-size:12px;
    font-style: italic;
}

td.left{
    text-align: left;
}

td.right{
    text-align: right;
}
